* {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style-type:none;
}

body {font-size:1em;
	font-family:arial,helvetica, sans-serif;
	color:#black;
	background-image:url(../Images/bg.png);
	margin:0 auto;
}

#header {
	background:url(../Images/header.png);
	height:95px;
	width:100%;
	border-bottom:2px solid black;
}

.headerText {
	width:750px;
	margin:0 auto;
	padding:15px 0 0 0;
	color:#FFF;
	font-size:35px;
	font-family:"Arial Black";
}

.headerText p {
	
}

/*html{font-size:100%}
h1{font-size:1.6em;}
p{font-size:.8em;}*/
	

#wrapper {
    height: 550px;
    width: 800px;
    margin: 20px auto;
}


/* ----------- nav bar -------- */

#navBar {
	background-color: black;
	height: 40px;
	width: 800px;
	margin:10px 0 0 0;
	border-top:10px solid gray;
	border-bottom:10px solid gray;
}

.navStyle {
	margin-left: 75px;
	font-family: "century gothic";
}

.navStyle a {
	text-decoration:none;
	font-weight:bold;
	color:#FC0;
	display:block;
	line-height:40px;
	float:left;
	padding: 0 25px;
}
.navStyle a:hover {
	background:  #999;
	color: #000;
}

/* ------- nav ends ------ */


#mainContent {
    float: left;
    width: 600px;
    height:550px;
	font-size:12px;
    background-color: #CCC;
	font-family:Georgia;
	

}

#mainContent img{
	padding:5px;
}

.textBox {
	width:450px;
	height:auto;
	margin:20px auto 40px auto;
}


#sidebar{
	background-color:#ccc;
	width:177px;
	height:540px;
	float:right;
	font-size:11px;
	font-family:georgia;
	border-left: 1px dashed black;
	padding:10px 10px 0 10px;
	
}

#footer2 {
	float:inherit;
	width:600px;
	height: 30px;
	color:#CCC;
	font-family:georgia;
}
#footer2 a {
	color:#CCC;
}

#mainContent a{
	color:#333;}
	

.footer{
 height: 5em;
 clear:both;
 
}

.push {
	height: 1.5em;
	clear:both;
	
}




/* ------------- main content image ----------------*/


#work {
	margin: 0 auto;
	width: 850px;
	list-style: none;
	background-color:#06F;
	
 }
 
 #work li {
	width: 350px; 
	float: left;
 }
 
 #work li.middle {
	margin: 0 50px; 
 }

/* #work li h3 a {
	font-size: 25px; 
 }
 #work li h3 a:hover {
	color: #f90; 
 }
 #work li a {
	display: block; 
 }*/
 #work li img {
	border: 1px solid #fff;;
	display: block;
	width: 400px;
	height: 250px;
	margin:20px 0 0 0;
 }
