* { 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #2f2e2f;
	
	}

body { 
	background: url("../images/bg.jpg") #5A4059 top left repeat-x;
	}

#container {
	width: 610px;
	}
	
#top {
	height: 107px;
	margin-top: 73px;
	background: url("../images/top.jpg") #000000 top left no-repeat;
	
	}
	
#backco {
	width: 180px;
	height: 102px;
	position: relative;
	top: 5px;
	left: 5px;
	float: left;
	}
	
#slogan {
	width: 420px;
	height: 102px;
	position: relative;
	top: 5px;
	right: 5px;
	float: right;
	}
	
#middle {
	height: 180px;
	background: url("../images/middle.jpg") #000000 top left no-repeat; 
	}
	
#block {
	width: 180px;
	float: left;
	position: relative;
	left: 5px;
	}
#banner  {
	width: 420px;
	float: right;
	position: relative;
	right: 5px;
}
	
#main {
	padding-bottom: 40px;
	background: url("../images/tiled.jpg") #000000 top left repeat-y; 
	}

#nav {
	width: 180px;
	float: left;
	position: relative;
	left: 40px;
	top: 30px;
	text-align: left;
	}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	padding-bottom: 5px;

}

#nav ul li a { text-decoration: none; }

#content {
	width: 355px; /* left padding of 420 - 35 (right offset) - 30 (left padding) */
	float: right;
	position: relative;
	text-align: left;
	right: 35px;
	top: 30px;
	}
	
#bottom {
	height: 6px;
	background: url("../images/bottom.jpg") #000000 top left no-repeat;
	margin-bottom: 5px;
	}
	
#footer {
	margin-bottom: 30px;
	}
	
#language {
	width: 180px;
	float: left;
	position: relative;
	left: 40px;
	text-align: left;
	color: white;
	}
	
#copyright {
	width: 420px;
	float: right;
	position: relative;
	right: 35px;
	text-align: right;
	color: white;
}

#language a, #copyright a {
	color: white;
	text-decoration: none;
	}
	
h1 {
	font-size: 20px;
	color: #5a415a;
	margin: 0 0 16px 0;
	font-weight: normal;
	}
p {
	margin: 0 0 15px 0; 
	}
	
h2 {	margin: 0 0 20px 0;	}
h3 {	margin: 0 0 24px 0;	}
h4 {	margin: 0 0 28px 0;	}
h2 {	margin: 0 0 32px 0;	}
ul {
	margin-left: 25px;
	margin-bottom: 15px;
	}

p.tag {
	font-size: 14px;
	color: #5a415a;
	font-weight: normal;
	padding-top: 10px;
	
	}
	


