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


body {
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
}

#ContentWrapper {
	width:875px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:25px;
}

#ContentWrapper #LeftContent {
	width:550px;
	height:150px;
	background-image:url(../images/divbg.jpg);
	border-style:solid;
	border-width:1px;
	border-color:#ddd;
	float:left;
}

#ContentWrapper #RightContent {
	width:305px;
	height:150px;
	background-image:url(../images/divbg.jpg);
	border-style:solid;
	border-width:1px;
	border-color:#ddd;
	float:right;
}

#ContentWrapper #Work_LeftContent {
	width:300px;
	height:375px;
	float:left;
}

#ContentWrapper #Work_RightContent {
	width:560px;
	background-color:#FFF;
	border-style:solid;
	border-width:1px;
	border-color:#ddd;
	float:right;
}

#ContentWrapper #Space2 {
	clear:both;
}

#ContentWrapper #Footer {
	font-size:14px;
	text-align:center;
	clear:both;
}

h1 {
	font-size:18px;
	font-weight:bold;
	line-height:normal;
}

h2 {
	font-size:14px;
	font-weight:normal;
	line-height: normal;
}

h3 {
	font-size:42px;
	font-weight: lighter;
	color:#09C;
	margin: 0.5em 0 0.4em 0;
	padding: 0;


}


a:link {
	color: #666;
	text-decoration: none;	
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.blueLinks:link {
	color: #09c;
	text-decoration: none;
}
.blueLinks:hover {
	color: #6CC;
	text-decoration: none;
}
.blueLinks:visited {
	color: #09c;
	text-decoration: none;
}
.blueLinks:active {
	text-decoration: none;
}



/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:875px;
		height:410px;
		overflow:hidden; 
		}	
											

/* // Easy Slider */

