/*

Design by Free CSS Templates

http://www.freecsstemplates.org

Released for free under a Creative Commons Attribution 2.5 License

*/



/* Elements */



body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
	background-image: url(back.jpg);
	background-repeat: repeat;
}

#container {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#intro {
	float: right;
	width: 320px;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
}
#logo {float: left;
	width: 425px;}
#intro p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;

	
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.title {
	font-size: 12px;
	padding-top: 14px;
	padding-bottom: 1px;
	text-transform: uppercase;
}
.clear {
	clear: both;
}
#content {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#left {
	float: left;
	width: 425px;
}
#right {width: 320px;
	padding-right: 15px;
	padding-left: 15px;
	float:right;}
a {
	color: #4D7B9D;
	text-decoration: none;
}