/*	STANDARD TAGS
	#######*/

* {
	margin: 0px;
	padding: 0px;
}

h1 {
	position: absolute;
}

h3 {
	font-size: 15px;
}

p {
	font-size: 12px;
	text-align:justify;
	line-height: 15px;
}

h3 {
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}


h4 {
	margin-bottom: 7px;
}

img {
	border: 0px;
}

body {
	background: #ccffff url("pic/background.gif") repeat-x;
	font-family:  "Trebuchet MS", Verdana, sans-seriff; 
}

#Wrapper {
	width: 800px;
	margin: 40px auto;
}


/*	ROUNED CORNERS
	#######*/
	
.roundtop { 
	background: url("pic/tr.gif") no-repeat top right; 
}

.roundbottom {
	background: #fff url("pic/br.gif") no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


/*	TOP SECTION
	#######*/


#topSection {
	height: 78px;
}

#topSection h1 {
	float: left;
}
#topSection span {
	color: #ffffff;
}



/*	MENU
	#######*/

#Menu {
	margin-top: 30px;
	float: right;
	height: 29px;
}

#Menu li {
	list-style: none;
	display: inline;
}

#Menu li .active {
	padding-left: 2.1em;
	vertical-align:middle;
}

#Menu li a {
	padding-bottom:10px;
	margin-left: 1.3em;
	text-decoration: none;
	color: #fff;
	font-size: 21px;
} 	

#Menu li a:hover {
	color: #333;
}



/*	CONTENT
	#######*/

#Content {
	background: #fff;
	padding-bottom: 0px;
}

#padder {
	padding: 20px;
}

#siteHeader {
	background:url("pic/siteHeader.jpg") no-repeat;
	height: 200px;
	text-align:center;
}

#siteHeader h2 {
	padding-top: 80px;
	font-weight: normal;
	color: #333;
}

#pageTitle {
	margin-bottom: 10px;
}

#ContentText {
	margin-left: 8px;
}

#textWrap {
	margin-bottom: 60px;
	color: #333;
}

.textWrap1 {
	float:left;
	width: 200px;
	margin-left: 8px;
}

.textWrap2 {
	margin-left: 275px;
	width: 200px;
}


.textWrap3 {
	float: right;
	width: 200px;
	margin-right: 15px;
}



/*	FEATURED WORK
	#######*/

div.featuredWork {
	margin-top: 20px;
	margin-left: 10px;
}

.featuredWork img {
	border: 3px solid #15a9cd;
}

#Featured li {
	list-style-type: none;
	display: inline;
	padding-right: 22px;
	padding-top:20px;
}


/*	BOTTOM CONTENT
	#######*/
#Counter {
	float: right;
	color: #555;
	font-size: 12px;
	margin-right: 4px;
}
	
#info {
	font-size: 11px;
	color: #999;
	width: 800px;
	margin: 0 auto;
	text-align: right;
}

#info a {
	color: #777;
}

#info a:hover {
	color: #CC0000;
}