body{
	margin: 0px;
	background-color: #171717;
	color: #bdbdbd;
	font-family: Tahoma, Arial;
	font-size: 10px;
	body: 100%;
	overflow:-moz-scrollbars-vertical;
}

html{
	height:100%;
	body:100%;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

#main{
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 1076px;
	min-height: 700px;
	
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 20px;
    height: 100%;
	background-image:url(img/bg.jpg);
	background-repeat: no-repeat;
}

#content{
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 797px;
	min-height: 625px;
	border-bottom: 1px solid #353435;
	border-left: 1px solid #353435;
	border-right: 1px solid #353435;
	background-color: #1d1d1d;
	background-repeat: no-repeat;
	
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
    height: 100%;
	background-image:url(img/content_bg.jpg)
}

.navmargin{
	margin: 2px 0px 0px 90px;
}

a.text{
	color: #e18314;
	text-decoration: none;
}

a.text:hover{
	color: #FFCC00;
}

a.nav{
	color: #D6D6D6;
	text-decoration: none;
}

a.nav:hover{
	color: #FFCC00;
}


img{
	border: 0px;
}

.thumb{
	margin: 1px 15px 14px 0px;
	border: 5px solid #313031;
}

.thumbdark{
	margin: 1px 15px 14px 0px;
	border: 5px solid #2a2a2a;
}

.banner{
	border: 1px solid #000000;
	margin: 8px 0px 0px 0px;
}

.banner:hover{
	border: 1px solid #555555;
}

.container { border: 0px; padding: 0px}
/* self clearing rules */
.container:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.container { display: inline-block; }
.container { display: block; }

.menu_links{
	float: left;
	margin: 0px 0px 3px 15px;
	width: 660px;
}

.menu_languages{
	float: right;
	padding-right: 5px;
}

.pfmargin{
	margin: 10px 10px 10px 15px;
	text-align: left;
}

.resmargin{
	margin: 15px 0px 15px 5px;
}

.portfolio{
	float: left;
	width: 97%;
}

#menu{
	width: 100%;
	height: 16px;
	position: absolute;
	top: 34px;
}

#work{
	width: 100%;
	position: absolute;
	top: 75px;
}

#footer{
	width: 100%;
	height: 16px;
	position: absolute;
	bottom: 0px;
	background-color: #141414;
}

input{
    font-size: 11px;
    font-weight: normal;
    color: #E1E1E1;
	background-color: #444444;
    font-family: Tahoma;
    border: solid 1px #666666;
	padding: 1px 2px 1px 2px;
}

.opaque{
	filter:alpha(opacity=35);
	-moz-opacity: .35;
	opacity: .35;
}

