@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-attachment:scroll;
	background-color: #000000;
	background-image: url(images/bkgbig.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #5F2E8D;
}

.connect {
	text-align: center;
	vertical-align: top;
	float:left;
}

.sideimage{
	float:left;
	border:0px;
	padding-bottom: 5px;
	padding-right: 5px;
	}

#main {
	vertical-align: top;
	width: 1200px;
	position:relative;
}

#content container{
	text-align: left;
	vertical-align: text-bottom;
	white-space: normal;
	display: inline;
	float: left;
	/*height: 595px;*/
	/*width: 405px;*/
	position:absolute;
	left:100px;
	top:140px;
        color: #F1F1F1;
}

#NAV {
	text-align: left;
	vertical-align: text-bottom;
	white-space: normal;
	display: inline;
	float: left;
	height: 300px;
	width: 230px;
	margin-top: 200px;
	margin-left: 175px;
	color: #FFFFFF;
	position:static;
}

#menu {
	text-align: right;
    font-size: large;
	vertical-align: text-bottom;
	margin-top: 200px;
	margin-left: 175px;
    color: #FFFFFF;
}

#entry {
	background:#FFFFFF;
	/*background-image:url(images/clear2.png);*/
	width: 575px;
	margin-bottom:50px;
	padding: 5px;
	
}
img {
   border:0px;
}
.postimage {
	border:0px;
	padding-bottom: 5px;
	}


#coverup{
	width: 1200px;
        height: 100px;
        position:absolute;
	left:100px;
	top:500px;
        background-color:#000000;
        z-index:5;
}	
/*Typography*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF9933;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FF9900;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF9933;
	text-decoration: none;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5F2E8D;
	text-decoration: none;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5F2E8D;
	text-decoration: none;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #5F2E8D;
	text-decoration: none;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF9900;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC6600;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF9900;
	text-decoration: none;
	
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	/*margin-right: 900px;*/
	/*margin-top: 600px;*/
	float: left;
	height: 60px;
	width: 850px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        position:absolute;
	left:175px;
	top:600px;
}
