
#Wrapper{
   position:relative;
   width:650px;
   margin: 0 auto 0 auto;
   text-align:left;
}
#Logo{
   position:relative; 
   width:650px; 
   height:42px; 
   z-index:1
}
.MainNav {
    position:relative;
	display:block;
	width:650px;
	Cursor:pointer;
}
#ContentPortfolio {
    position:relative;
	height:750px;
}
#ContentProfile{
    position:relative;
	height:580px;
}
#ContentInspiration{
    position:relative;
	height:470px;
}
#ContentContact{
    position:relative;
	height:430px;
}
#Banner{
	display: block;
	position:relative;
	width:650px;
	height:300px;
	background-image: url(../images/banner_text_bg.gif);
	background-repeat: no-repeat;
	border-bottom:1px solid #000;
	vertical-align:top;
}
#drag{
    position:relative;
	cursor: w-resize;
	left: 0px; 
	top: 0px;
	bottom:0px;
	width:650px;
	height:300px;
	overflow-x: hidden;
	vertical-align:top;
}
#WrapperCurrentProjects{
   position:relative;
   width:650px; 
   margin: 0 auto 0 auto;
   padding-top:4px;
   clear:both;
}
#Projects{
    position:relative;
	display: block;
	width:300px;
	float:left;
}
#Awards{
	display: block;
	position:relative;
	width:300px;
	float:left;
	left:100px;	
}
Ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.TextBlack{
	color: #000;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.TextCap{
	color: #333;
	text-transform: uppercase;
	white-space: normal;
}
a.TextCap{
	color: #333;
	text-transform: uppercase;
	border-bottom:1px dashed #bebebe;
	line-height:14px;
}
a.TextCap:hover{
	color: #ff0000;
	border-bottom:1px dashed #a4a3a3;
}
a.TextCap:active{
	color: #ff0000;
	border-bottom:1px dashed #a4a3a3;
}
#Footer{
    position:relative;
	Display: block;
	height:24px;
	width:640px;
	color: #8a8a8a;
	background-color:#000;
	margin: 15px 0px 0px 0px;
	padding:10px 5px 0px 5px;
	float:left;
	background-image: url(../images/footer_bgline.gif);
    background-repeat: repeat-x;
}
.PaddingSoundbutton{
    margin-left:295px;
}

