*{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
}

div#header{
	marging: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 200px;
	background: #CCCC99;
}

div#header_content{
	width: 960px;
	margin: 0 auto 0 auto;	
	padding: 5px 0 0 0;
}

div#header_content span.logo{
	float: left;
}

div#header_content span.logo img{
	border: inset 2px #993333;
	height: 75px;
	width: 160px;
}

div#header_content span.companyinfo{
	float: right;
}

div#header_content span.companyinfo p{
	padding-top: 15px;
	font-family: Tahoma, Geneva, sans-serif;
}

div#header_content a{
	color: #993333;
}

.clear{
	clear: both;
}

div#navigation{
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

div#navigation ul{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#navigation ul li{
	float: left;
	background: #993333;
	margin-right: 2px;
}

div#navigation ul li a{
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 38px;
	font-family: "Comic Sans MS", cursive;
}

div#navigation ul li a.last_link{
	padding: 5px 42px 5px 42px;
}

div#navigation ul li a:hover{
	background: #622102;
}

div#main_content{
	margin: 15px auto 0 auto;
	padding: 0 0 0 0;
	width: 960px;
	text-align: center;
}

div#main_content p.slogan, p.customersatisfaction{
	font-size: 13px;
	margin: 0 0 20px 0;
}

div#main_content p.slogan span, p.customersatisfaction span{
	font-weight: 700;
	color: #993333;
}

div#main_content table{
		margin: 0 auto 0 auto;
}

div#main_content h1{
	font-family: "Comic Sans MS", cursive;
}

p.register_user{
	margin: 15px 0 0 0;
}

p.register_user a{
	color: #993333;
	text-decoration: underline;
}

div#footer{
	margin: 75px auto 0 auto;
	width: 960px;
	text-align: center;
}

div#footer table{
	font-size: 12px;
}

div#footer table a{
	color: #993333;
	text-decoration: underline;
}

ul.capabilities{
	list-style-type: none;
}

ul.capabilities li{
	background: url(images/arrow.gif) no-repeat 360px center;
	font-family: "Comic Sans MS", cursive;
	font-weight: 700;
}

table#contactinfotable {
	border: 1px solid #000000;
}

	
table#contactinfotable td{
		padding: 30px;
}

table#contactinfotable td.leftside{
		background: #993333;
		color: #FFFFFF;
		font-weight: 700;
}

table#contactinfotable a{
		color: #993333;
		text-decoration: none;
}

table#contactinfotable a:hover{
		text-decoration: underline;
}

table#contactinfotable span{
	color: #FFFFFF;
}

div.msg{
	font-size: 12px;
	margin-top: 15px;
}

div.msg span{
	color: #993333;
	font-weight: 200;
}