body {
	background-image: url(assets/layout/back.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #808080;
	font-family: arial;
	font-size: 14px;
	color: #000;
	margin: 0px;
}

#container {
	width: 910px;
	margin: 0px auto;
	position: relative;
}

#header {
	background-image: url(assets/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#navigation {
	background-color: #333333;
	padding: 15px;
	padding-left: 30px;
}

	.navlink {
		color: #e3e3e3;
		font-weight: bold;
	}
	
	.navlink:hover {
		color: #9a9a9a;
		font-weight: bold;
	}


#main {
	padding: 30px;
}

	#maincontent {
		width: 630px;
		float: left;
		padding-top: 10px;
	}
	
	#rightside {
	 	background-color: #333333;
	 	color: #ffffff;
		width: 200px;
		float: left;
	}
	
	#offer {
	 	background-color: #333333;
	 	color: #ffffff;
		padding: 10px;
		text-align: center;
		font-weight: none;
		font-size: 12px;
		
	}
	
#footer {
	padding: 30px;
}

	#foottext {
		font-size: 10px;
		border-width: 0px;
		border-top-width: 1px;
		border-color: #000000;
		border-style: solid;
		padding: 10px;
	}
.space {
	width: 20px;
	height: 20px;
}

p {
	font-weight: none;
}

.testimonial {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

ul {
	font-size: 14px;
	font-weight: none;
	list-style-type: none;
}

.title {
	font-size: 20px;
}

.subtitle {
	font-size: 20px;
}

.righttitle {
	font-size: 20px;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

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