/* colors 

#E3E3E3 - background colors 
#626262 - work listings & body copy
#909090 - main menu
#a2a2a2 - post titles

#009DFF - other color (blue)

*/

/* Global Reset */

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
       margin: 0;
       padding: 0;
       border: 0;
       outline: 0;
       font-size: 100%;
       font-family: inherit;
       vertical-align: baseline;
}

/*Basic Styles*/
h1 {
	font-size:2em;
	color:#009DFF;
	padding:5px 0;
}
h2 {
	font-size:1.5em;  /* displayed at 18px */
	padding:5px 0;
}
h3 {
	font-size:1.25em;/* displayed at 15px */
	padding:5px 0;
}
h4 {
	font-size:1em;  /* displayed at 12px */
	padding:5px 0;
}

strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

p {
	padding: 0 0 10px 5px;
	line-height: 1.5em;
}

a:link, a:visited{
text-decoration: underline;
color: #777777;

/*background:#eaeaea;*/
}

a:hover{
/* color: #888; */
text-decoration: none;
background:#FFF;
}

body {
	background: #E3E3E3 none repeat scroll 0 0;
	color:#626262;
	line-height: 1;
	font-family: "Lucida Sans Unicode","Lucida Grande",Tahoma,Arial,Verdana,Helvetica,sans-serif;
	font-size: .865em;
}

/*Content Layout Styles*/
#wrapper {
padding-top:30px;
position: relative;
width: 900px;
}
	#leftColumn {
		float:left;
		width:180px;
	}

	#mainColumn{
		float:right;
		position: relative;
		width:720px;
	}
		#mainColumn div.block{
			border-bottom: 	1px #CCCCCC solid;
			position: relative;
			margin-bottom: 10px;
			padding-bottom: 10px;
		}
		
		#header {
			color: #a2a2a2;
			font-size: 1.2em;
		}
		
		#nav {
			
			text-align: right;
			font-size: 1.2em;
			font-weight: bold;
		}
			#nav ul li {
				display:inline;
				margin-right: 15px;
			}
			#nav ul li a{
				color: #009DFF;
				text-decoration: none;
			}
			
			.totopColumn {
				text-align:right;
			}

		#footer
		{
			width:100%;
			text-align: center;
		}

.center
{
	text-align: center;
}
a.nounderline {
	text-decoration: none;
}