

body {
	background-color:#1e1100;	font-family:verdana,arial,helvetica;
	font-size:100%;
	line-height:110%;
	margin:0px;
	}
		
	body.home {
		background-image:url(../images/home_back.jpg);
		background-repeat:repeat-x;
		}
			
	img {
		border:0;
		}	

	a {
		color:#620000;		text-decoration: none;
		font-weight:bold;
		}
		
	a:hover {
		color:#d60000;		}


#layout {
	width:960px;
	}
		
		
#nav {
	height:57px;
	line-height:57px;
	padding-left:100px;
	background-repeat:no-repeat;
	background-image:url(../images/nav_back.jpg);
	background-position:0px 0px;
	}
	
	#nav a {
		color:#b3b0ad;		text-decoration:none;
		padding-right:50px;
		font-weight:normal;
		}
		
	#nav a:hover {
		color:#fff;
		}


#header {
	height:192px;
	background-image:url(../images/header_back.jpg);
	background-repeat:no-repeat;
	position:relative;
	}

	.logo {
		position:absolute;
		top:52px;
		left:100px;
		border:0;
		}
	
	h1 { 
		font-weight:bold;
		width:500px;
		position:absolute;
		left:470px;
		top:20px;
		font-size:70%;
		line-height:240%;
		color:#b3b0ad;		}
		
		h1 .light_text {
			color:#fff;
			}
			
	h2 {
		}
		
	.contentPromo h2 {
		font-size:100%;
		line-height:110%;
		font-weight:normal;
		}

	
		
#content {
	background-image:url(../images/home_content_back.jpg);
	background-repeat:no-repeat;
	background-position:0px 12px;
	height:319px;
	width:960px;
	padding-left:100px;
	padding-top:40px;
	font-size:70%;
	position:relative;
	}
	
	.contentPromo {
		width:270px;
		height:90px;
		position:relative;
		left:30px;
		}
		
		.contentPromo img {
			position:relative;
			right:30px;
			}
	
	.contentRight {
		position:absolute;
		left:470px;
		width:500px;
		top:40px;
		}

				
				
				
.footer {
	position:relative;
	left:100px;
	top:30px;
	font-size:60%;
	color:#716355;	}
	
	.footer a {
		color:#716355;		text-decoration:none;
		}
	
	.footer a:hover {
		color:#fff;
		}