#wrapper{
	/*background-color: #Fff;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 850px;
}
#header{
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 410px;
	width: 850px;
}
#picture{
	background-color: #F00;
	padding: 0px;
	height: 297px;
	width: 500px;
	margin-top: 92px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	float: left;
}

#navigation {
	background-color: #0FF;
	padding: 0px;
	float: left;
	display:block;
	height: 297px;
	width: 300px;
	margin-top: 92px;	
}
.vertical_text {
	writing-mode: tb-rl;
	filter: flipv flipv;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	width:50px;
	vertical-align: middle;
	/*display:block;
	background-color: #F0F;*/
	height: 297px;
	font-size: 33px;
	text-align: right;
	right: 0px;
	top: 0px;
}
.vertical_text:nth-child(3)
{
	
}
#navigation a:hover {
	color: #231136;
/*	background: #fff;*/
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	height:287px;
	width:50px;
	display: block;
	padding-bottom:10px;
}
#content{
	width: 800px;
	margin-left: 25px;
	/*background-color: #F0F;*/
	margin-top: 10px;
}
.col{
	width: 380px;
	float: left;
	padding-right:20px;
}
#tab{
	background-image: url(../images/tab.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 127px;
	float: left;
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}
#resume{
	width: 800px;
	border: 1px solid #fff;	
}
.col_1{
	width: 180px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.skill_col{
	width: 300px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.line{
	width: 800px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	float:left;
}

#news {
	float: right;
	width: 175px;
	margin: 10px;
	background-image: url(../images/filmstrip.gif);
	background-repeat: repeat-y;
	background-position: 165px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #002232;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002232;
	
}
.news_item{
	float:left;
	/*background-color:#FF0033*/

}
.news_item img{
	float:left;
	background-color:#FF0000

}

#footer {
	width: 800px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#left {
	clear: both;
	float: left;
}
#right {
	float: right;
}
#footer a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #dab6ff;
}




