@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333;
	margin:0px;
	background-color:#cecece;
}

object{
	outline:none;
}

img{
	border:0;
}


.defaultDark{color:#333; font-size:9pt;}
a.defaultDark:link { color: #333; text-decoration: none;}
a.defaultDark:visited { color: #333; text-decoration: none;}
a.defaultDark:hover { color: #FFF;}
a.defaultDark:active { color: #333;}


.defaultLight{color:#FFF; font-size:9pt;}

.footer_txt {color: #666666; font-size: 8pt;}
a.footer_txt:link { color: #666666; text-decoration: none;}
a.footer_txt:visited { color: #666666; text-decoration: none;}
a.footer_txt:hover { color: #222222;}
a.footer_txt:active { color: #666666;}



#masterContainer{
	width:900px;
	margin:auto;
	background-image:url(../assets/images/beck_bg01.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#header{
	width:900px;
	height:215px;
	background-image:url(../assets/images/header.gif);
}

#links{
	width:792px;
	height:55px;
	margin:auto;
}

#innerContainer{
	width:780px;
	height:400px;
	padding:10px;
	margin:auto;
}


#leftContent{
	width:500px;
	height:400px;
	background-color:#e6e6e6;
	float:left;
}

#rightContent{
	width:250px;
	padding:10px;
	text-align:justify;
	float:left;
	margin-left:10px;
	background-color:#ccc;
}

#portfolioContent{
	width:780px;
	height:400px;
	background-color:#FFF;
}

#footer{
	width:800px;
	height:39px;
	background-image:url(../assets/images/footer_bg.gif);
	background-position:top;
	padding-top:61px;
	padding-left:50px;
	padding-right:50px;
}

#footLinks1{
	width:400px;
	word-spacing:10px;
	float:left;
	margin-left:10px;
}

#footLinks2{
	width:300px;
	float:left;
	text-align:right;
	margin-left:80px;
}

#frameBg{
	width:780px;
	height:400px;
	background-color:#FFF;
}


