/* CSS RESET */
	html, body, div, h1, h2, h3,h4,h5, ul, ol, li, form, fieldset,
	input, textarea {
	    margin: 0;
	    padding: 0;
	}
	ul {list-style: none;}
	img, fieldset {border: 0;}
	em {font-style: italic;}
	strong {font-weight: bold;}
/* /CSS RESET */

	a:visited {
	color: #4f7e99;
	text-decoration: none;
	color: #333;
	}
	a:link {
	color: #4f7e99;
	color: #444;
	text-decoration: none;
	}
	html {
		background:#A6A0A5 url(gradient_bg.png) 50% -165% no-repeat;
/* 		background-color: ; */
	}
	#wrapper {
		font-family: Verdana,Arial,Helvetica,sans-serif;
		width:1050px;
		font-size: 60%;	
		margin: 0 auto;	
	}
	#header {
		width:1000px;
		position: relative;
	}
	#logoThing {
		background-color: #333;
		text-shadow: 0 1px 0 #333;
		font-size: 2.8em;
		position: relative;
		color: #F0F3E7;
		width:225px;
		color: #C6C0C5;
		font-family: "Trebuchet MS", "Helvetica","Arial",sans-serif;
		letter-spacing: -0.040em;
		text-align: center;
		padding-top: 110px;
		padding-bottom: 6px;
	}
	#welcomeBloc,#info {
		width: 236px;
		line-height: 1.5em;
		font-size: 1.4em;
		letter-spacing: -0.030em;
		position: absolute;
		top:10px;
		margin-left: 240px;
		text-shadow: 0 1px 0 #D6D0D5;
	}
		#info {
			width: auto;
			text-shadow: none;
			margin-left: 500px;
			position: absolute;
			right:40px;
			top:10px;
		}
			#info a{
				background-color: #999;
				padding: 0px 4px;
				border-bottom: 1px dotted #555;
			}
				#info a:hover {
					background-color: #e8d20e;
					color: #444;
/* 					background-color: #ff551e; */
border: 0;
				}
		#welcomeBloc h3 {
			font-weight: normal;
			font-size: 1.2em;
			margin-bottom: 20px;
		}
	#works {
/* 		border-top:1px dotted #333; */
		margin-top:10px;
		width: 1000px;
		font-size: 1.3em;
/* 		text-shadow: 0 1px 0 #fff; */
	}
		#works h3 {
		padding: 5px;
		padding-bottom: 0px;
		margin: 20px 0 8px 0px;
		padding-left: 0px;
		letter-spacing: -0.050em;
		text-shadow: 0 1px 0 #E6E0e5;
		width: 955px;
		border-bottom: 1px dotted #777;
		color: #333;
		}
		.workBloc {
			background-color: #44444a;
			padding: 10px 0px 0px 0px;
			width: 225px;
			float: left;
			margin: 0px 20px 25px 0px;		
		}
			.workBloc:hover {
			background-color: #33333a;
			}
		.workPreview {
		width: 200px;
		margin: 0 auto;
		display: block;
		height: 200px;
		margin-bottom: 5px;
		}
			.workPreview:hover {
			}
		.description {
		padding: 0px 0px 2px 13px;
		color: #ddd;
		min-height: 85px;
		width: 200px;
		}
			.description div {
				color:#939393;
				font-family: "Arial Black";
			}

	.cl {
		clear: both;
	}