@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/pagebg.jpg) center top no-repeat #89888d;
	padding:0;
	margin:0;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#353536;
}

a{
	color:#353536;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

#blogposted{
	background:url(../images/blogpost.png) top left no-repeat;
	z-index:1;
	width:357px;
	height:132px;
	position:relative;
	top:-70px;
	left:630px;
	padding-top:65px;
	font-size:12px;
}

#blogposted a{
	color:#fff;
}

#container{
	width:950px;
	background:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:220px;
	min-height:800px;
}	

#content{
	width:100%;
	background:white;
	min-height:770px;
	z-index:0;
	position:relative;
	top:-162px;
	float:left;
	padding-top:20px;
}

#main{
	margin:20px;
	width:95%;
	height:auto;
	text-align:left;
}

#footer{
	background:none;
	height:30px;
	padding-top:20px;
	width:100%;
	float:left;
	color:#333333;
	font-size:10px;
	margin-top:20px;
	z-index:0;
	position:relative;
	top:-102px;
	text-transform:uppercase;
}

h2 {
	font-size:20px;
	font-weight:normal;
	text-align:left;
	width:95%;
	margin-left:2.5%;
	border-bottom:1px dashed #636161;
}

/* Navigation */

#navigation{
	width:558px;
	height:50px;
	position:absolute;
	top:228px;
	text-align:left;
}

ul#menu {
    height: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#menu li a{
    background:url(../images/menu.gif) top left no-repeat;
    float: left;
    margin:0;
	height:25px;
	width:88px;
	text-align:center;
    padding-right:5px;
	color:#353536;
	text-decoration:none;
	font-size:12px;
	padding-top:3px;
}

ul#menu li a:hover{
    background:url(../images/menuhover.gif) top left no-repeat;
}

ul#menu li a.active{
    background:url(../images/menucurrent.gif) top left no-repeat;
	color:#ff00ff;
}

/* Portfolio Page */

#left{
	margin-left:auto;
	margin-right:auto;
	width:48%;
	float:left;
	font-size:10px;
	text-align:center;
	padding-bottom:20px;
        background-color:white;
}

#right{
	margin-left:auto;
	margin-right:auto;
	width:48%;
	float:right;
	font-size:10px;
	text-align:center;
	padding-bottom:20px;
        background-color:white;
}

#whole{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
    background-color:white;
	clear:both;
}
