/* CSS Document */

body {
	color:#fff;
	font-family:"Tw Cen MT Condensed", "Century Gothic", Verdana, Arial;
	font-size:18px;
	background-color: #9C0000;
}

#content{
	width:900px;
	background-image:url(../images/background.png);
}

#header {
	width:900px;
	height:130px;
}

#menu {
	float:left;
	width:150px;
	height:500px;
}

#home {
	float:left;
	width:750px;
	height:400px;
}

#aboutus {
	width:750px;
	height:500px;
}

#svcs {
	float:left;
	width:380px;
	height:500px;
}

#service {
	width:187;
}

#svc {
	float:left;
	width:167px;
	height:210px;
	padding:10px;
	background-image:url(../images/backgroundsvc.png);
	background-repeat:no-repeat;
}



#rightservice {
	float:left;
	width:750px;
	height:550px;
}

#right {
	float:left;
	width:370px;
	height:500px;
	padding-top:10;
	padding-bottom:10;
}

#info {
	font-size:16px;
	clear:both;
	width:900px;
	height:60px;
}

#footer {
	clear:both;
	color:#888;
	width:900px;
	height:40px;
	font-size:12px;
}

a:link {
	color:#CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#999999;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
