charset "UTF-8";
/* CSS Document */

body{
 height:100%;
 background:#fff;
}

#container{
 width:994px;
 background:url(images/sitebg.jpg) repeat-y;
 min-height:100%;
 height:100%;
 margin:0 auto;
 background-color:#fff;
}

* html #container {
height: 100%;
}

#siteContainer{
 width:770px;
 background:#000000;
 margin:0 auto;
 min-height:100%;
}

* html #siteContainer{
 height:100%;
}

#header{
 margin:0 auto;
 width:770px;
 background:url(images/header.jpg) no-repeat;
 height:191px;
}

#Nav {
	height: 48px;
	width: 770px;
	background: url(images/footer.jpg) no-repeat top;
	top: 199px;
	position:absolute;
	margin:0 auto;
}

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

a:hover{
 color:#0099FF;
}
	
#content{
 width:770px;
 min-height:450px;
 background:url(images/contentBg.png) repeat-x #000000;
 padding:0;
 margin:0 0 30px 0;
 float:left;
}


h1{
 font-family:Helvetica, Arial, sans-serif;
 font-size:36px;
 font-weight:bold;
 letter-spacing:-3px;
 display:block;
 border-bottom:2px solid #0099FF;
 margin:0 0 18px 0;
 padding:0 0 15px 0;
 color:#FFFFFF
}

h2{
 font-family:Helvetica, Arial, sans-serif;
 font-size:2.8em;
 letter-spacing:-2px;
 font-weight:bold;
}

h3{
 font-family:Helvetica, Arial, sans-serif;
 font-size:14px;
 font-weight:bold;
 color:#0099FF
}

p{
 font-family:Helvetica, Arial, sans-serif;
 font-size:12;
 line-height:1.5em;
 margin:0 0 18px 0;
 color:#FFFFFF
}

#blog{
 width:420px;
 float:left;
 margin:35px 70px 0px 35px;
 display:inline;
 font-family:Helvetica, Arial, sans-serif;
 font-size:12px;
 color:#FFFFFF;
}

#blog img{
 float:left;
 margin:0 10px 0 0;
}

.entry{
 margin:0 0 35px 0;
}

.entry p{
}

.posted{
 clear:both;
}

#colRight{
 width:200px;
 height:500px;
 float:left;
 margin-top:30px;
 padding:0 0 15px 0;
 font-family:Helvetica, Arial, sans-serif;
 font-size:12px;
 color:#FFFFFF;
 overflow:auto;
}

#footer{
 clear:both;
 height:47px;
 background:url(images/footer.jpg) no-repeat;
 margin-top:30px;
 padding:0 0 0 0;
}

#footer2{
	position:static;
	height:19px;
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	width: 519px;
	left: 139px;
	top: 719px;
	padding:13px 15px 15px 20px;	
}

#footer p{
 margin:3px 5px 0 0;
 padding:0;
 line-height:normal;
 float:left;
}

#footer img{
 float:left;
}
