/* CSS Document */

body{
	margin: 0px ;
	padding: 0px;
	height: 100%;
	background-color: #E55809;
	font-family: Tahoma, San-serif, Arial, Verdana;
	font-size: .8em;
}

#mainContainer{
	width: 760px;
	height: 100%;
	background-image: url(../images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 20px auto;
	//margin: auto;
	padding: 0px;
}

#mainContainerPortfolio{
	width: 760px;
	height: 100%;
	background-image: url(../images/page_bg_portfolio.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 20px auto;
	//margin: auto;
	padding: 0px;
}

#mainContainerBsides{
	width: 760px;
	height: 100%;
	background-image: url(../images/page_bg_bsides.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 20px auto;
	//margin: auto;
	padding: 0px;
}

#mainContainerBox{
	width: 760px;
	height: 415px;
	//height: 450px;
	padding: 0px;
	margin: 0px auto;
}

#menu{
	width: 500px;
	margin: 35px 45px 0px 210px;
	height: 43px;
	clear: right;
}

#menu ul{
	list-style: none;
}

#menu li{
	display: inline;
	float: left;
}

#body{
	width: 635px;
	padding: 0px 45px 10px 75px;
	float: left;
}

#visualBox{
	width: 245px;
	height: 305px;
	//height: 310px;
	margin-right: 10px;
	float: left;
}

#contentBox{
	width: 350px;
	height: 305px;
	//height: 310px;
	float: left;
}

#content{
	width: 355px;
	margin-left: 5px;
	font-size: .8em;
	color: #444444;
	height: 220px;
	overflow: auto;
}

#content a:link, #content a:visited{color:#333333;}
#content a:hover, #content a:active{color:#000000;}

#content p.sbtitle{
	font-size: 1.1em;
	font-weight: bold;
}

#content ul li{
	list-style-image: url(../images/bul_dash.gif);
	margin: 0px;
	padding: 0px;	
}

#contentAwards ul{
	list-style: none;
	background: url(../images/bul_dash.gif) center left no-repeat;
	margin: 0px;
	padding: 0px;
}

#contentAwards li{
	display: block;
	margin: 0px;
	padding: 0px;
}

#contentTeam{
	width: 355px;
	margin-left: 5px;
	font-size: .8em;
	color: #444444;
	height: 90px;
}

#team{
	font-size: .8em;
	color: #444444;
}

#contentPortfolio{
	width: 355px;
	margin-left: 5px;
	font-size: .8em;
	color: #444444;
	height: 220px;
}

#portfolioTitle{
	width: 250px;
	padding-bottom: 15px;
	clear: both;
}

#portfolioContent{
	width: 100%;
	height: 190px;
	margin: 10px 10px 32px;
}

#footer{
	width: 455px;
	margin: 4px 45px 5px 260px;
	height: 15px;
	font-size: .8em;
	color: #878787;
	clear: both;
}

#footer p.copyright{
	width: 200px;
	float: left;
}

#footerMenu{
	width: 200px;
	float: right;
}

#footerMenu ul{
	list-style: none;
}

#footerMenu li{
	display: inline;
	float: left;
}

#developer {
	width: 690px;
	text-align: right;
	padding-right: 70px; 
	font-size: .8em;
	color: #000000;
	float: left;
}

#developer a:link, #developer a:visited{ color: #000000; text-decoration: none;}
#developer a:hover, #developer a:active{ color: #FFFFFF; text-decoration: underline;}

