/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	background-color: #000000;
	background-image: url(images/web_bg.jpg);
	background-repeat: repeat;
	text-align:center; /* for IE */  
}

h3{
	color: #000000;
	margin-left: 25px;
	text-align: left;
	text-indent: 15px;
}


h2{
	color: #FFFFFF;
	margin-top: 0px;
	margin-left: 25px;
	text-align: left;
	text-indent: 15px;
}

h5{
	color: #000000;
	text-align: left;
	text-indent: 20px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
}

p.main{
	font-family: "Times New Roman", Times, serif;
	color: black;
	text-align: left;
	margin-left:50px;
	margin-top: 10px;
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 0px;
	width: 500px;
}

p.right{
	font-family: "Times New Roman", Times, serif;
	color: black;
	text-align: left;
	margin-left:30px;
	margin-top: 0px;
	width: 220px;
}

p.bottom{
	font-family: "Times New Roman", Times, serif;
	color: black;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	clear:left;
}

p.services {
	text-align: left;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	background-color: white;
	margin: 5px 5px 5px 5px;
}

ul.contact{
	list-style: none;
	color:#FFFFFF;
}

ul.list1{
	list-style: circle;
	color:#FFFFFF;
}

img.right{
	margin-left:10px;
	margin-top:5px;
	margin-bottom: 10px;
}

img.main{
	margin-left:5px;
	margin-top:5px;
	margin-bottom: 5px;
	margin-right: 15px;
}

a.img:link {color: red; text-decoration: none; border:0}
a.img:active {color: #0000ff; text-decoration: none; border:0}
a.img:visited {color: #008000; text-decoration: none; border:0}
a.img:hover {color: #ff0000; text-decoration: none; border:0}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#heading{
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

#break{
	margin-top: 10px;
}

#main{
	width: 917px;
	float: left;
	background-image: url(images/main_bg.jpg);
	background-repeat:repeat-y;
}

#leftcontent{
	width: 575px;
	float: left;
	background-image: url(images/left_bg.jpg);
	background-repeat:repeat-y;
	margin-top: 5px;
	margin-left: 15px;
}

#rightcontent{
	width: 256px;
	background-image: url(images/right_bg.jpg);
	background-repeat: repeat-y;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
}

#rightbox{
	width: 214px;
	background-image: url(images/right_picbg.jpg);
	background-repeat: repeat-y;
	float: left;
	margin-left: 40px;
	margin-top: 5px;
}

#services {
	width: 520px;
	float: left;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-top: 20px;
}

#servicespicture {
	width: 160px;
	float: left;
	margin-right: 20px;
}

#servicesright {
	width: 320px;
	float: right;
	border-style: solid;
	border-width: 1px;
	border-style-right:;
	border-style-bottom:;
	border-color: #ccc;
	margin-top: 10px;
}

/***********************************************/
/* Navigation                                  */
/***********************************************/

div#wrapper {
	text-align:left;
	width:917px;
	margin:0 auto;
}

div#footer {
	background-image: url(images/footer.jpg);
	height: 37px;
	float: none;
	clear: left;
}
