/*------------------------------*/
/*  Reset Styles                */
/*------------------------------*/ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, 
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button
{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align: baseline; background:transparent;}

ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
table {border-collapse:collapse; border-spacing:0;}



/*------------------------------*/
/*  General Styles              */
/*------------------------------*/ 

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image:url(../img/grid.gif);	
	/*line-height: 20px;*/
}

html {
	height: 100%;
	overflow: auto;
}

a:link {
	color: #07a2bc;	
	text-decoration: none;
}



a:visited {
	color: #07a2bc;	
	text-decoration: none;
}

a:hover {
	color: #37cde6;	
	text-decoration: underline;
}



/*------------------------------*/
/*  Container                   */
/*------------------------------*/ 

#container {
	margin:0;
	padding:5px 0 0 55px;	
}

#logo {
	/*position:relative;*/
    margin:0 0 75px -47px;
	width:200px;	
}

#footer {
	/*position:relative;*/
    margin:5px 0;	
}

.row {
	/*position:relative;*/
    margin:0 0 20px 0;
	width:875px;
	min-height:200px;
	padding:0;
	clear:both;
	/*border-bottom:1px solid #888;*/
}


.main-col {
	/*position:relative;*/
	float:right;
    margin:0;
    width:610px;
	padding-bottom: 25px;
}

.main-content {
	margin:0;
    width:575px;
}

.main-content p {
	font-size: 1em;
}


.main-col p {
	margin-bottom: 65px;
}

.right-col {
	width:185px;
	/*position:relative;*/
	float:left;
	margin:0;
	padding:0;
	overflow:visible;		
}

.credits {   
	margin-bottom:13px;
	width:185px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#888;	
}

.panel {
    border-top:1px solid #888;
	margin-bottom:23px;
	padding-top:4px;	
}

.panel p {
	font-size: 12px;
}

.link {   
	margin-top:13px;
	width:185px;
	font: 12px Arial, Helvetica, sans-serif;	
}

.work {	
	clear:left;
}

.img {
	margin:0;
	padding:0;
	clear:left;	
}







/*------------------------------*/
/*  TEXT                        */
/*------------------------------*/ 



h1 {	
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 2em;
	font-weight: normal;
	color: #3f3f3f;
	line-height: 1.2em;
	margin:-8px 0 10px 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #3f3f3f;
	line-height: 1.2em;
	margin:-30px 0 0 0;
	padding:0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3f3f3f;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #888;	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em; /*12px;*/
	color:#888;
	padding:4px 0;
	line-height:1.3;
}

