/* CSS Document */
html, body{
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
  	background-color: #000000;
	background-image:url(images/gradientbg4.jpg);
	background-repeat: repeat-x;
	color: #000000;
	height:100%;
}

.box-header {
	height:45px;	
}

.header{
	
	background-repeat: repeat-x;
	width:100%;	
}

.header-inner{

	background-repeat: repeat-x;
	width:auto;
	height:55px;
	margin-left:auto;
	margin-right:auto;
}

.header-inner a img{
	text-decoration: none;
	border: none;
}


.float-logo {
	margin-left:100px;
	position:absolute;
	top:-60px;
}
	
.navigation {
	height: 30px;
	background-color: #c8ce6b;
	vertical-align:middle;
	padding-left:265px;
	
}

.navigation a {
    	font-weight: none;
    	text-decoration: none;
    	color: #000000;
		padding: 8px 7px; 
    	line-height: 30px;
}

.navigation a:hover {
    	color: #CCCCCC;
    	background-color: #333333;
}

.navigation a.selected {
    background-color: #333333;
    color: #CCCCCC;
}

.content_body{
	background-repeat: repeat-x;
	width: 100%;
}

.content_interior{
	background-color: #FFFFFF;
	background-repeat:repeat-x;
	width: 980px;
	height: 515px;
	padding-right:10px;
	padding-top:px;
	margin-top:px;
	margin-left: 100px;
}

.left_column{
	width:340px;
	height:495px;
	color:#000000;
	float:left;
	
	margin-top:0px;
	margin-left:20px;
	overflow:auto;
}

.right_column{
	background-color: ;
	height:px;
	width:590px;
	position:absolute;
	left:510px;
	margin-top:50px;
	padding-bottom:5px;
	overflow:auto;
	
}

/* category titles on portfolio pages */

h1 {
	font-size: 3em;
	font-weight: normal;
	color: #FFFFFF;
	margin-left:100px;
	margin-top: 40px;
	margin-bottom: 15px;
}

h1 a:link, 
h1 a:visited, 
h1 a:hover {
	text-decoration: none;
	color: #000000;
}

h2 {
	font-family: Arial Narrow, Arial;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: .1em;
	color: #c8ce6b;
	margin-top:15px;
}

h3 {
	
	font-size: 1.3em;
	font-weight: normal;
	color: #1F1F1F;
	margin-top:-.9em;
}



