body{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-image: url(img/black.gif);
	background-repeat: repeat;
}

/*Main holder*/
#holder { 
width:800px; 
margin:0px auto 0px auto; 
background-color:#FFFFFF; 
padding:0px;
}


/*HEAD*/
#head {
width:800px;
background-color:#cccccc;
}

#head .logo {
margin:7px 6px 6px 6px; 
float:left;
}

#head .phone {
	margin:10px 8px 0px 0px;
	float:right;
	font-size:1.2em; 
	color:#990000;
	font-weight: bolder;
	padding: 105px 0px 5px 0px;

}

/*MENU*/
#menu {
width:100%;
color:#ffffff; 
background-color:#990000;
font-size:1.2em;
color:#ffffff;
text-align:center;
}

#menu li
{
	list-style-type: none;
	display:inline;
	padding-right:30px;
	font-size:12px;
	font-weight: bold;

}

#menu ul{
	margin:0.5em 0px 0.5em 0px;
}
#menu a,
#menu a:visited,
#menu a:link,
#menu a:active
{color:#ffffff; text-decoration:none;}
#menu a:hover
{color:#6699CC; text-decoration:none;}

/*Top image*/
#topimg {
width:800px; 
background-color:#990000;
font:font-size:1.0em;
color:#ffffff; 
}

/*CONTENTS*/
#txtContent { 
font-size:1.0em; 
width:800px; 
margin:0px; 
padding:0px;
border-bottom:4px #990000 solid;
border-top: 3px #990000 solid;
}

#txtContent h1
{
margin:10px; 
margin-left:0px;
font-size:1.3em;
color:#990000;
}

#txtContent .p
{
margin:5px 20px 5px 20px;
font-size:1.0em;
}

/*content sides*/
#ContentRight{ 
width:340px; 
float:right;
padding: 5px 20px 5px 10px;
margin:0px;
}

#ContentLeft{ 
width:340px; 
float:left;
padding: 5px 10px 5px 20px;
margin:0px;
}

/*Logo bar*/
#logo{ 
width:800px;
}

#logo img {margin-left:50px;}

/*footer*/
#footer { width:800px; text-align:right; font-size:0.9em; background:#cccccc; color:#999999;}
#footer a,
#footer a:hover,
#footer a:visited,
#footer a:link,
#footer a:active
{color:#999999; text-decoration:underline;}

/*form*/
input {
background-color:#cccccc; 
border:1px solid #999999;
padding:0.1em;
font-size:0.9em;
width:150px;
}

input.small {width:40px;}
input.bt {width:80px;}
.clear
{
clear:both;
height:0px;
font-size:0em;
}
