﻿@import url(style1.css);

body {
	width: 721px;
	color: #000;
	font-size: 62.5%;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0px;
		margin: 0 auto 0 auto;
}


#container {
	width: 721px;
	position:relative;
	top:0px;

}
#masthead {

	width: 721px;
	margin: 0px;
	padding: 0px;
}

.header_home{
background-image:url(../images/header_home.gif);
background-position: right 0;
background-repeat:no-repeat;
}

.header_examples{
background-image:url(../images/header_examples.gif);
background-position: right 0;
background-repeat:no-repeat;
}

.header_aboutus{
background-image:url(../images/header_aboutus.gif);
background-position: right 0;
background-repeat:no-repeat;
}

.header_freestuff{
background-image:url(../images/header_freestuff.gif);
background-position: right 0;
background-repeat:no-repeat;
}

.header_contact{
background-image:url(../images/header_contact.gif);
background-position: right 0;
background-repeat:no-repeat;
}

#contact_info{
	width:680px;
	margin-top: 175px;
	
}

.contact_item{
	border: 1px solid #dcddde;
	width:221px;
	margin-right:5px;
	height:23px;
	float:left;
	color: #777E7D;
	font-size:1.2em;
	text-align:center;
	padding-top:5px;
}

.contact_item_end{
	border: 1px solid #dcddde;
	width:222px;
	height:23px;
	float:left;
	color: #777E7D;
	font-size:1.2em;
	text-align:center;
	padding-top:5px;
}

#navigation{
width:680px;
margin:0px;
padding:0px;
}

#page_content{
margin-top:7px;
width:680px;
}

#column_l{
width: 398px;
margin:12px 10px 0 0;
float:left;
}



#column_r{
	float:right;
	width:240px;
	background-color: #002561;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#footer{
	clear:both;
	width:680px;
	background-color: #7c8da6;
	text-align:center;
	padding:  5px 0 0 0;
}

#powered {
	text-align: right;
	margin: 5px 50px 3px 0;
}
