/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

#wrapper {
	width: 1150px;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;
}


#sidebar {
	width: 200px;
	float: left;
}


#title {
	height: 100px;
	padding: 50px 0 0 0;
	font-size: 24px;
	line-height: 24px;
	text-align: right;
	font-weight:100;
}
	

#nav {
	font-size: 14px;
	line-height: 24px;
	/*letter-spacing: 1px;*/
	text-align:right;
}


li a {
	text-decoration: none;
	color: black;
}	


li a.active {
	font-weight: 900;	
}


.style2 li {
	text-decoration: none;
	font-size: 10px;
	/*line-height: 24px;*/
	padding: 0 10px 0 0;
	color: #aaaaaa;
}


.style2 a {
	color:#aaaaaa;
}


.style2 a.active {
	font-weight: 900;
	color: 	#aaaaaa;
}


#content {
	margin: 0 0 0 250px;
	padding: 150px 0 20px 0;
	/*font-size: 14px;*/
	line-height: 24px;
	/*letter-spacing: 1px;*/
}


#content p{
	width:500px;
	text-decoration:none;
}


h1 {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
}


#contentText {
	margin: -10px 0 50px 0;
	width:520px;
}

	
#contentText a {
	text-decoration:none;
	color:#000000;
		
}


#contentText a:hover {
	text-decoration:underline;
}


#contentText li {
	margin: 0 0 0 20px;
}


#contentwork {
	width:800px;
}


#contentwork p{
	width:650px;
}


#contentwork a{
	text-decoration:none;
}


.contentBox a {
	float:left;
	width:250px;
	height:300px;
	display:block;
	overflow:hidden;
	background-image: url(../images/WorkBg.gif);
	background-position: 0 0;
	text-decoration: none;
	margin: 0 25px 25px 0;
}


.contentBox a:hover { 
	background-position: 0 -300px;
}


.contentBox img {
	margin: 10px 10px 0 10px;
}


.contentBox h1 {
	margin: 15px 10px 0 15px;
	font-size: 18px;
	line-height:14px;
	letter-spacing: 2px;
	color:#333333;
}


.contentBox h2 {
	margin: 0 10px 10px 15px;
	font-size: 14px;
	line-height:14px;
	letter-spacing: 1px;
	color:#666666;
}


.contentBox h3 {
	margin: 0 10px 0 15px;
	font-size: 12px;
	line-height:16px;
	letter-spacing: 1px;
	color:#333333;
}


.contentBox h4 {
	margin: 0 10px 0 15px;
	font-size: 12px;
	line-height:16px;
	letter-spacing: 1px;
	color:#666666;
}


#contentVideo {
margin:0 0 20px 0;
}