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

<style type="text/css" media="screen,projection">
    /* backslash hack hides from IEmac \*/
	    @import url(default.css);
    /* end hack */
</style>
body {
}

body {
	font-family: Verdana, Georgia, Clean, "Arial Black", Sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	word-spacing: normal;
	background-color: #333333;
	overflow-horizontal: scroll;
	font-variant: normal;
}

div.mainbox {
	
	visibility: visible;
	top: 0px;
	min-width: 750px;
	max-width: 800px;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
}
div.contentbox {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}

div.sidebar {
	
	float: none;
	position: fixed;
	float: left;
	left: auto;
}

div.title{
	width: 60%;	
	float: right;
	padding-top: 60px;
}
div.content {
	float: right;
	padding-top: 50px;
	width: auto;
}
h1 {
	font-family: Georgia,monospace;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-align: right;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	color: #B31011;
}
h2 {
	font-family: Verdana,monospace;
	font-size: 40%;
	font-style: normal;
	font-variant: normal;
	text-align: right;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Verdana,monospace;
	font-size: 40%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: Right;
	vertical-align: text-top;
	word-spacing: normal;
	white-space: normal;
	margin: 0px;
	padding: 0px;
	color: #999999;
}
h4 {
	font-family: Georgia,monospace;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	color: #B31011;
	letter-spacing: 4px;
}
h5 {
	font-family: verdana, monospace;
	font-size: 29%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #484848;
	text-align: right;
	vertical-align: text-top;

}
p {
	font-family: Verdana, monospace;
	font-size: 40%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: text-top;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
	color: #999999;

	
}
li {
	font-family: Verdana,;
	font-size: 40%;
	text-align: left;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
	color: #999999;
	display: list-item;
	list-style-type: square;
}
a:link {
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	white-space: nowrap;
} 
a:visited {
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
	white-space: nowrap;
}
a:hover {
	color: #B31011;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	white-space: nowrap;
}
a:focus {
	font-weight: normal;
	font-variant: normal;
	color: #B31011;
	text-decoration: none;
	white-space: nowrap;
}
a.imagelink {
	text-decoration: none;
	border: 0;
	white-space: nowrap;
}
