@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: 700px;
	width: 1100px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #171717;
	border: 3px ridge #333333;
	margin-bottom: 10px;
	
	
}
#leftcontent {
	float: left;
	width: 320px;
	height: 700px;
	background-color: #0C0C0C;
}
#rightcontent {
	float: right;
	width: 780px;
	height: 700px;
	background-color: #000000;
}

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


#bottomcontent {
	color: #CCC;
	float: right;
	height: auto;
	width: 220px;
	margin-top: 170px;
	margin-right: 50px;
	font-size: 14px;
	text-align: right;
}
#rightcontent table {
}
#bg_thumbnails {
	/* [disabled]background-color: #151515; */
	margin-top: 35px;
}
#footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #696969;
	background-color: #0C0C0C;
	height: 20px;
	width: 1090px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 9px;
	padding-left: 15px;
	padding-bottom: 11px;
}
#form {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #D7D7D7;
	width: 370px;
}
#name {
	background-color: #CCC;
	height: 30px;
	width: 370px;
}
#email {
	height: 30px;
	width: 370px;
	background-color: #CCC;
}
#message {
	background-color: #CCC;
	width: 370px;
}
#contact_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	height: 30px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	color: #D7D7D7;
	margin-top: 60px;
}
#send {
	font-size: 14px;
	background-color: #CCC;
	height: 30px;
	width: 90px;
	border: thin outset #4D4D4D;
}
#portfolio_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	color: #D7D7D7;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 320px;
	height: 30px;
	text-align: center;
	margin-bottom: 13px;
}
#comedy_thumbnails table {
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-top: 10px; */
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #BCBCBC;
}

#main_contentComedy {
	height: 1320px;
	width: 1100px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #171717;
	border: 3px ridge #333333;
	margin-bottom: 10px;
	
	
}
#leftcontentComedy {
	float: left;
	width: 320px;
	height: 1320px;
	background-color: #0C0C0C;
}
#rightcontentComedy {
	float: right;
	width: 780px;
	height: 1320px;
	background-color: #000000;
}
