/* CSS Document */

body{
font-family:"Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
font-size:14px;
color:#333;
line-height:26px;
letter-spacing:1px;
font-weight:100;
}

p{
text-indent:10px;
width:50%;
}
	#privacy p,
	#about p,
	#services p{
	width:auto;
	}
	
	.tabcontent p{
	margin-top:25px;
	}
	

h1{
font-size:20px;
color:#b70213;
font-weight:400;
}

ul{
list-style:none;
list-style-image:url(../images/check.png);
}

ul li{
line-height:35px;
}

#services ul{
list-style:none;
list-style-image:url(../images/check.png);
margin-top:-15px;
width:250px;
}




/*-----------------------------
	Links -------------------*/

a:link{
color:#b70213;
text-decoration:underline;
}

a:hover{
color:#0000FF;
text-decoration:none;
}

a:visited{
color:#333;
text-decoration:underline;
}

