@import url("menu.css");

/* Generic Styling */
body {
	background: #FF8400;
	font-family: 'Arimo', "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px; /* Sets default font size to 10px */
	color: #FFFAA1;
}
h1 {
    font-size: 25px;
	color: #FF8400;
}
h2 {
    font-size: 20px;
	color: #FF8400;
}
h3 {
    font-size: 17px;
	color: #FF8400;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
p {
	margin-bottom: 1.75em;
}
a {
	text-decoration: none;
	color: #FFFAA1;
}
a:hover {
	text-decoration: none;
	color: #FFFAA1;
}
/* Structure */
#wrapper {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	font-size: 1.20em;
}
#header {
	height: 100px;
	position: relative;
	background: #383838;
	margin-bottom: 10px;
}
#opentext{
	position: absolute;
	right: 40px;
	top: 20px;
}
#menu {
	height: 20px;
	padding: 0 10px;
	margin-bottom: 5px;
}
#content {
	float: left;
	width: 950px;
	min-height: 400px;
    padding: 0 5px 0 5px;
	background: #383838;
	margin-top: 2px;
	margin-bottom: 2px;
}

    .contentPane {
    float: left;
	width: 229px;
    padding-bottom:10px;
    margin: -10px 0 10px 0;
    background: #dadcdb;
}  
#footer {
	clear: both;
	height: 150px;
	background: url(images/globe.html) no-repeat;
	position:relative;
	background: #383838;
}
	.footerPane {
        float: left;
	    width: 229px;
        padding-bottom:10px;
        margin: -10px 0 10px 0;
	}
    .footerPane a{
         color: #FFF;
    }
    
    .footerPane a:hover{
        color: #3aa5db;
    }

    .footerPane, 
	.footerPane .Normal {
		color: #FFF;
	}

	.footerPaneRight { 
		float: right; 
	}

/* Header Skin Objects */
#logo {
	display: inline-block;
	margin: 20px 0 0 20px;
	font-size: 30px;
	color: #FF8400;
	padding-top: 18px;
}
#login_style {
	position: absolute;
	top: -20px;
	right: 10px;
}
.linkseparator {
	padding: 0 5px;
}
#login_style .linkseparator {
	color: #3aa5db;
	font-weight: bold;
}
.user, a.user:link, a.user:active, a.user:visited {
	color: #FFFAA1;
	font-size: 10px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;
}
/* Footer Skin Objects */
.linkscontainer {
	padding-top: 30px;
	text-align: center;
	font-size: 1.2em;
	text-transform: uppercase;
}
.links, a.links:link, a.links:active, a.links:visited {
	font-weight: normal;
	color: #FFFAA1;
}
a.links:hover {
	color: #FFF;
}
#terms_style{
	position: absolute;
	bottom: -20px;
	left: 10px;
	display:inline-block;
}
#copy_style{
	position: absolute;
	bottom: -20px;
	right: 10px;
	display:inline-block;
}
#color{
	color: #FFFAA1;
}
/* Menu Styles */
@import url("menu.css");












