@charset "utf-8";
/* CSS Document */

html {
	margin: 0px 0px 1px 0px;
	height: 100%;
}

body {
	background: #FFFFFF url(images/design_01.jpg) repeat-x top center;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	
}

#container {
	position: relative;
	width: 993px;
	margin: 0 auto;
}

#header	{
	position: relative;
	height: 39px;
	width: 993px;
	color: #bd2716;
	font-family: "Trebuchet MS";
	font-size: 13pt;
	font-weight: bolder;
	padding-top: 60px;
}

#menu {
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
	
#menu a {
	color: #bd2716;
	text-decoration: none;
	border-bottom: none 0px;
	margin: 0px 20px 0px 20px;
}

#menu a:hover {
	border-bottom: none 0px;
}

#headerimg {
	background: url(images/design_03.jpg) no-repeat;
	height: 299px;
	width: 993px;
}

#contentcontainer {
	
}

#left {
	position: relative;
	float: left;
	min-height: 200px;
	margin-left: 100px;
	margin-bottom: 50px; 
	width: 200px;
	text-align:justify;
}

#right {
	position: relative;
	float: right;
	width: 600px;
	margin-bottom: 50px;
	padding-left: 20px;
	margin-right: 30px;
	text-align:justify;
}