							/* CSS Document for MCrane & Mc-Me Computer Rodeo */

	/*Zero out all formats*/
	
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}	

							/*Set up body background color, font, margins, padding and header2 formats*/
body{
background-color:#7F5737;
font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000;
}
							/* Create wrapper, banner_family, and content formats */
#wrapper{
	width: 770px;
	background-color:#FFFFFF;
	padding: 0px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

#banner_family{
	height: 200px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;
}
							/* Navigation formats for horizontal buttons (lists) */
#nav {
	position:float;
	top: 100px;
	left: 0;
	margin: auto;
	width: 750px;
	background-color:#FFFFFF;
	height: 27px;
	padding: 10px;
	background-image: url(../images/bkgnd-content.jpg);
	background-repeat: repeat-y;
}

#nav ul {
	padding:5;
	margin:0;
	border:0px;
}

a img { border-style:none; } 
 

#nav ul li{
	
	
	list-style: none;
	display: inline; 
	padding: 5; 
	margin: 0;
	border:0px;
}

#nav2 {
	position:float;
	top: inherit;
	left: 0;
	
	margin-left: 200px;
	width: 750px;
	height: 30px;
	
	padding:0;
}

#nav2 ul {
	padding: 5;
	margin: 0;
	border:0px;
} 

#nav2 ul li{
	
	
	list-style: none;
	display: inline; padding: 5 px; margin: 0;
	border:0px;
}
					/* The Content Section of the page - style and format information */
	
#content {
	padding: 10px;
	background-repeat: repeat-y;
	width: 770 px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFff;
	font-size: 10px;
	color: #000000;
	background-image: url(../images/bkgnd-content.jpg);
}

#content p {
	margin-left: 20px;
	color: #000000;
	font-size: 12px;
	margin-left: 30px;
	margin-right: 30px;
}

#content h1{
	color: #000000;
	padding: 0;
	margin: 20px;
	font-size: 180%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h1 a {
	font-size: 180%;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#content h2{
	color: #000000;
	padding: 0;
	margin: 20px;
	font-size:130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h2 a {
	font-size: 130%;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#content h3{
	color: #000000;
	padding: 0;
	margin-left: 30px;
	font-size:130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h4 {
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
	font-size: 110%;
	margin-left: 30px;
}

#content h4 a {
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
}

#content_table h4 a {
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

#content h5 a {
	color: #FFFFFF;
	text-decoration: underline;
}

#content p a {
	font-size: 100%;
/*	font-style: normal;
	font-variant: normal;*/
	color: #000000;
	text-decoration: underline;
}

#content ul{
	list-style:disc;
	color: #000000;
	margin-left:40px;
	left: 30px;
	font-size: 12px;
}

#content ul li{
	padding:20 px;
	margin-left:40px;
	left: auto;
}

#content ul li a{
	color: #000000;
	text-decoration: underline;
}


#content a{
	font-style: normal;
	text-decoration:underline;
	color: #000000;
}

#content td h5{
	width: 400px;
	
	}
		
#content_table{					/* The Content_table Section: For the Services page style and format */
	padding: 10px;
	background-image:url(../images/bkgnd-content.jpg);
	background-repeat: repeat-y;
	width: 200 px;
	height: 95%;
	margin-left: auto;
	margin-right: auto;
}

#content_table p a{	
	color: #000000;
	text-decoration: underline;
}
#content_table ul li{
	margin-left: 20px;
	padding-bottom: 5px;
	list-style:circle;
	color: #000000;

}

#content_table ul li a{
	list-style: disc;	
	color: #000000;
	text-decoration: underline;
	padding-bottom: 10px;
}

#content_table h3 {
	color: #FFFFFF;
	padding: 0;
	font-size:110%;
	padding-bottom: 10px;
}

#content_secure{
	width: 400px;
	background-image:url(../images/background3.jpg)
}

						/* Float Style Classes*/
.leftimage{
float: left;
margin: 0 10px 20px 0;
border: 1px solid #000000;
width: 120px;

}

.rightimage{
float: right;
margin: 0 0 20px 15px;
border: 1px solid #000000;
height: 120px; width: 120px;
}

.clearit{
clear: both;
}

					/* Format for the footer */
#footer{
background-color: #605031;
font-size: 60%;
color: #FFFFFF;
margin: 0px;
}
					/* Format for paragraphs in the footer */
#footer p a{
font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration:none;
	padding: 2px;
	margin:2px;

}

					/* Format for a Link in the footer */
