#main_container {
	width: 95%;
	margin: 0px auto;
	background-color: #323232;
}

#content_container {
   padding: 100px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #232323;
}

#menubar {
    vertical-align: middle;
}

#headmessage {
    font-size: 10pt;
    text-align: center;
}

#musicplayer {
    font-size: 8pt;
}

#slidetoggle {
    text-decoration: underline;
    text-align: right;
    font-size: 8pt;
    color: gray;
}

#slidetoggle:hover {
    cursor: pointer;
    color: white;
}

#monoSlideshow {
    margin: 0px;
	padding: 0px;
    z-index: 0;
}

.smalldetails {
	font-size: 10px;
}
#title {
	font-size: 50px;
	font-weight: normal;
	font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
}

#contact {
	font-size: 12pt;
	font-weight: bold;
}

h3, .blog_heading {
    font-size: 14pt;
    font-weight: normal;
    color: Silver;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0px;
}

.blog_info {
    text-align: right;
    font-size: 10pt;
}

.underlinerow {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #000000;
}

body {
	margin:0px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12pt;
	background-color: #323232;
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: Gray;
}

.page {
	display: none;
}


a {
	color: Silver;
}

a:active, a:hover {
	color: White;
}

h3, h2, h4 {
	color: Silver;
}

#virtical_spacer {
	width: 1px;
	float: right;
	height: 400px;
}

#footer {
	font-size: 8pt;
	color: gray;
	text-align: center;
	background-color: #323232;
	padding: 10pt;
}

#footer a{
	color: Silver;
}