/* CSS Document */

body{
	margin:20px;
	background-color:#2F2F2F}
	
body p{
margin:20px;
margin-top:5px;
line-height:18px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
}

body h1{
margin:20px;
line-height:16px;
font-family:Arial, Helvetica, sans-serif;
font-size:30px;
color:#1A1A1A;
}


body h2{
margin:20px;
line-height:16px;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
margin-bottom:5px;
color:#1A1A1A;

}


body h3{
margin:20px;
line-height:17px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
margin-top:5px;
margin-bottom:5px;
color:#333333;


}


body h4{
margin:20px;
line-height:16px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}


body h5{
margin:20px;
line-height:16px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}


body h6{
margin:20px;
line-height:16px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}


body a{
line-height:16px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#0066FF;
text-decoration:none;
}

body hr {
    color:#DCDCDC;
	background-color:#DCDCDC;
	height: 1px;

}

.wrapper{
	margin:auto;
	width:850px;
	background-repeat: repeat-y;
}

.container{
	margin:auto;
	width:750px;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.header{
	background-color:#141414;
	padding:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}




.navigation{
	background-color:#CCCCCC;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-x;
	height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


.headline{
	height:200px;
}

.heading{
	background-image:url(../images/heading);
	background-repeat:repeat-x;
	height:45px;
	width:249px;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

.heading p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;

}
.content{
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
}

.column{
	float:left;
	width:500px;
	background-image: url(../images/corner.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.column img{
	margin-left:20px;
	margin-right:5px;
	margin-bottom:5px;

}

.rightcolumn{
	float:left;
	width:220px;
}


.centercolumn{
	float:left;
	width:249px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color: #F5F5F5;
}



.footer{
	padding-top:10px;

}

.footer ul {
	list-style-type: none;
	display: inline;
	margin-left:0px;
	margin:0px;
	padding-left:10px

	
}

.footer li {
	list-style-type: none;
	display: inline;
	text-decoration: none;	
	margin-left:0px;
	margin-right:25px;
	color:#CCCCCC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

.footer a {
	text-decoration: none;
	font-size:12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.footercontainer{
	background-color:#141414;
	clear:both;
	height: 75px;
}
.address{
	width:200px;
	float:right;
	
}

.address p{
	margin:10px;
	font-size:12px;
	
}

.navigation ul {
	list-style-type: none;
	display: inline;
	margin-left:0px;
	margin:0px;
	padding-left:10px

	
}

.navigation li {
	list-style-type: none;
	display: inline;
	text-decoration: none;	
	margin-left:0px;
	margin-right:25px;
}

.navigation a {
	text-decoration: none;
}
.column img {
	border: 1px double #CCCCCC;
}

.insidecontent {
	width: 750px;
}

/*.insidecontent p {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	font-weight:lighter;
	margin:10px;
	margin-top:10px;
}

.insidecontent h1 {
	color:#0099FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:lighter;
	font-weight:lighter;
	margin:10px;
	margin-bottom:0px;

}*/
