

/*-------------------------------------------------

		Wonk Factory V 3.0
		CSS Prepared by: Lucas Bombardier
		Last Modified: 2009-11-29		

---------------------------------------------------*/


/*------ Global ------*/

body{
	margin:0;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
/*	font-weight:lighter; */
	color:#375F94;
	margin:0;
}


/*------ Header ------*/

#header {
	height:165px;
	width:100%;
	background-image:url(slices/background.jpg);
	background-repeat:repeat-x;
	clear:both;
}

#logo {
	width:860px;
	height:165px;
	background-image:url(slices/topper.jpg);
	background-repeat:no-repeat;
	margin:auto;
	clear:both;
}


/*------ Content ------*/

#content {
	width:860px;
	min-height:650px;
	margin:auto;
	margin-bottom:30px;
	clear:both;
}

#content a:link, #content a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#375F94;
	text-decoration:none;
}

#content a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	text-decoration:none;
}

#definition {
	background-image:url(slices/definition.gif);
	background-repeat:no-repeat;
	width:860px;
	height:120px;
	clear:both;
}

.row {
	width:860px;
	float:left;
	margin:0;
	min-height:250px;
}

.row p {
	margin:0;
}

.description {
	width:225px;
	height:75px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin:0 0 10px 25px;
	text-align:left;
	line-height:17px;
}

.thumb1 {
	width:297px;
	float:left;
	min-height:250px;	
}

.thumb2 {
	width:297px;
	float:left;
	min-height:250px;	
}

.thumb3 {
	width:266px;
	float:left;
	min-height:250px;	
}


/*------ Footer ------*/

#footer {
	height:209px;
	width:100%;
	background-image:url(slices/footer-back.png);
	background-repeat:repeat-x;
	clear:both;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#454545;
	line-height:22px;
	margin:0;
}

#footer a:link, #footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#454545;
	text-decoration:none;
}

#footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

#links {
	width:860px;
	height:209px;
	background-image:url(slices/footer.png);
	background-repeat:no-repeat;
	clear:both;
	margin:auto;
}


.linkWrapper {
	height:150px;
	width:150px;
	margin:30px 0 0 280px;
	float:left;
}

.footnote {
	height:40px;
	width:250px;
	margin:130px 0 0 0;
	float:right;
	text-align:right;
	line-height:20px;
}



