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

#maincontainer {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	
}
#page1 {
	margin: 0px;
	background-color: #252525;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Courier New", Courier, monospace;
}

#header {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #D7D7D7;
	height: 40px;
	width: 680px;
	margin-top: 13px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #454545;
	border-right-color: #454545;
	border-bottom-color: #454545;
	border-left-color: #454545;
	text-align: right;
	margin-right: 130px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: auto;
}
#main_content {
	height: 460px;
	width: 1122px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	border: 3px ridge #333333;
	margin-bottom: 10px;
	
	
}
#leftcontent {
	float: left;
	width: 450px;
	height: 460px;
	background-color: #0C0C0C;
}
#rightcontent {
	float: right;
	width: 672px;
	height: 460px;
}

#menu {
	height: auto;
	width: 170px;
	float: right;
	margin-top: 57px;
	margin-right: 50px;
}
.currentpage {
	background-color: #900;
	background-repeat: no-repeat;
}


#bottomcontent {
	color: #CCC;
	height: 58px;
	width: 500px;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#bg_thumbnails {
	/* [disabled]background-color: #151515; */
	margin-top: 20px;
}
#footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #696969;
	background-color: #0C0C0C;
	height: 17px;
	width: 1118px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
	padding-bottom: 11px;
	padding-left: 15px;
}
#form {
	margin-right: auto;
	margin-left: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #D7D7D7;
	width: 380px;
}
#name {
	background-color: #3B3B3B;
	height: 30px;
	width: 380px;
	font-family: "Courier New", Courier, monospace;
	color: #D7D7D7;
}
#email {
	height: 30px;
	width: 380px;
	background-color: #3B3B3B;
	font-family: "Courier New", Courier, monospace;
	color: #D7D7D7;
}
#message {
	background-color: #3B3B3B;
	width: 380px;
	font-family: "Courier New", Courier, monospace;
	color: #D7D7D7;
	height: 100px;
}
#contact_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	height: 27px;
	width: 300px;
	margin-left: auto;
	color: #D7D7D7;
	margin-top: 14px;
	margin-right: auto;
}
#send {
	font-size: 14px;
	background-color: #CCC;
	height: 30px;
	width: 90px;
	border: thin outset #4D4D4D;
}

/**selects**/
#portfolio_title_selects {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	color: #D7D7D7;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 270px;
	height: 30px;
	text-align: center;
	margin-bottom: 25px;
}
#logos {
	float: left;
	width: 170px;
	height: 438px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A8A8A8;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-left: 2px;
}
#page1 #main_content #leftcontent #logos table tr td {

}
#page1 #main_content #leftcontent #logos table {
	text-align: center;
}
#logos #balogo {
	background-color: #191919;
	margin-top: 4px;
	padding-top: 23px;
	padding-bottom: 0px;
	height: 120px;
}
#logos #canneslogo {
	background-color: #191919;
	height: 120px;
	margin-top: 13px;
	padding-top: 14px;
}
#logos #apalogo {
	background-color: #191919;
	height: 120px;
	margin-top: 13px;
	padding-top: 7px;
}
