*{
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 100%;
	background: #1E1E1E;
	color: #C4C4C4;
	min-width: 800px;
	font-family: Arial;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	line-height: 125%;
}
body {
	font-size: 85%;
}
p{
	margin-bottom: 15px;
}
#header2, #mainbody, #footer{
	width: 750px;
	margin: 0 auto;
}
#header{
	background: #000000;
	text-align: right;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
#menu{
	text-align: right;
	margin: 4px 0 25px 0;
}
#menu li{
	display: inline;
	margin-left: 15px;
	color: #FF0000;
	font-weight: bold;
}
#mainbody{
	padding-top: 5px;
	margin-bottom: 30px;
/*	padding: 60px 40px 20px 40px;*/
}
#footer{
	text-align: left;
	padding: 10px;
	font-size: 75%;
}
#copyright{
	float: right;
}
a {
	border-bottom: 1px dotted #d9d7d0;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover{
	color:#ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #0000CC;
}
.centered{
	text-align: center;
}
#vertical_slide_portfolio a{
	border: 0;
	padding: 20px;
}
#vertical_slide_about{
	height: 400px;
}
#banner{
	display: block;
	display: none;
	position: relative;
	top: 45px;
	text-align: center;
}
h3{
	padding-top: 20px;
	margin-bottom: 15px;
	color: #FFFFFF;
}

