*	{
	margin:0;
	padding:0;
}

ul	{
	list-style-type:none;
}

body	{
	font-family: "Helvetica", Arial, sans-serif;
	color:#fff;
	background: #1a0d0d url('../i/bg.jpg') no-repeat top left;
	font-size: 13px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a	{
	color:#D2D0D0;
}

a:hover	{
	text-decoration: none;
}

p	{
	font-size: 1.2em;
	line-height: 19px;
}

h1.header	{
	font-size:1.9em;
	padding:10px 0 20px 0;
	color:#807D7D;
}
h1.motto	{
	font-size:1.5em;
	padding:10px 0 20px 0;
	color:#B7B5B5;
}
#slogan	{
	clear:both;
	margin:40px 0 0;
	padding:10px 0 0;
	border-bottom:1px solid #fff;
}
#main-wrapper	{
	width:820px;
	padding:0 0 0 150px;
}

#main-header	{
	padding-top:25px;
	width:820px;	
}

	#main-header img.logo	{
		width:576px;
		height:84px;
		float:left;
	}
	
	#main-header ul.nav	{
		clear:both;
		margin:100px 0 0 0;
	}
	
	#main-header ul.nav li	{
		float:left;
	}
	
	#main-header ul.nav li span	{
		font-size:1.3em;
		margin: 0 5px;
	}
	
	#main-header ul.nav li a	{
		font-size:1.3em;	
		text-decoration:none;
		font-weight:bold;
	}
	
	#main-header ul.nav li a:hover	{
		text-decoration:underline;
	}
	
#main-content	{
	width:820px;	
	clear:both;
}

#textparts	{
	width:820px;
}

#textparts p	{
		width:260px;
		font-size: 1.2em;
		line-height: 19px;
		float:left;
		color:#4E4647;
}
	
#textparts p.middle	{
		padding:0 20px;
	}
	
#footer	{
	clear:both;
	margin:40px 0 0;
	padding:10px 0 0;
	border-top:1px solid #fff;
}
/*  
Author: Gavino 
Author URI: http://www.sarduspater.com
*/