/* CSS Document */
body{
width: 780px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 15px;
color: #000;
text-decoration: none;
text-align: left;
background-image: url(images/graphics/background.jpg);
background-repeat: repeat-x;
background-color: #EFEFEF;
}

h1{
	font-size: 16px;
	color: #06F;
}

h2{
	font-size: 14px;
	color: #999;
}

.h3{
	font-size: 11px;
	text-align: right;
	}

a{
	color: #06F;
	text-decoration: none;
}

a:hover{
	color: #06F;
	text-decoration: underline;
}

#top{
	height: 90px;
}

#banner{
	height: 200px;
	background-image: url(images/graphics/banner.gif);
	text-align: center;
}

#navbar{
	height: 40px;
}

#left-content{
	background-color: #FFF;
	height: auto;
	width: 495px;
	padding: 0px 20px 10px 5px;;
	float: left;
	text-align: justify;
}

#right-content{
	background-color: #FFF;
	height: auto;
	width: 245px;
	padding: 0px 5px 10px 10px;
	float: left;
	text-align: justify;
}

#main-content{
	background-color: #FFF;
	height: auto;
	width: 770px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: justify;
}

#container{
	background-color: #FFF;
	width: 100%;
	float: left;
}

#column1{
	float: left;
	width: 175px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#column2{
	float: left;
	width: 175px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#column3{
	float: left;
	width: 175px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#column4{
	float: left;
	width: 175px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#left-column{
	background-color: #FFF;
	width: 250px;
	float: left;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

#mid-column{
	background-color: #FFF;
	width: 250px;
	float: left;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

#right-column{
	background-color: #FFF;
	width: 250px;
	float: left;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

#portfolio-left{
	width: 300px;
	height: auto;
	float: left;
	margin: 0px 10px;
}

#portfolio-right{
	width: 430px;
	height: auto;
	float: left;
	margin: 30px 10px 0px 10px;
}

#bottom{
	float: left;
	background-color: #FFF;
	width: 780px;	
	height: 60px;
	padding-bottom: 20px;
	text-align: right; 
}

#bottom-left{
	float: left;
	background-color: #FFF;
	width: 385px;	
	height: auto;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: middle;
}

#bottom-right{
	float: left;
	background-color: #FFF;
	width: 385px;	
	height: auto;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: right;
}

#seperator{
	background-color:#FFF;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

hr{
	color: #06F;
	width: 98%;
	text-align: center;
}