@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.3em;
	letter-spacing: .05em;
	color: #aaa;
	background-image: url(../../../_mods/splash/img/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
}

p {
	margin: 0px 0px 20px 0px;
}

a:link, a:visited, a:active, a:hover {
	font-weight: bold;
	color: #FFFFCC;
}

a:hover {
	text-decoration: none;
}
/* SITE WRAPPERS & CONTAINERS */

#global_container {
	margin: 0 auto;
	width: 320px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	/*border: 1px solid red;*/
	overflow: auto;
}

.logo {
	padding: 50px;
	margin: 100px 0px 0px 0px;
}

.sideBar_box {
	width: 320px;
	margin-bottom: 200px;
}

.sideBar_box h2 {
	margin: 0px;
	padding: 20px;
	font-family: Trebuchet ms, Trebuchet, Verdana, sans-serif;
	font-size: large;
	letter-spacing: .2em;
	text-transform: uppercase;
	background-image: url(../img/sidebar_top.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.sideBar_box blockquote {
	margin: 0px;
	padding: 10px 20px 20px 20px;
	background-image: url(../img/sidebar_bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}


#sideBar_box a:link, #sideBar_box a:visited, #sideBar_box a:active, #sideBar_box a:hover {
	color: #aaa;
}

#sideBar_box a:hover {
	text-decoration: none;
}

#footer {
	overflow: hidden;
	border-top: 1px dotted #333;
	padding: 20px;
	text-align: center;
	font-size: smaller;
}