@charset "UTF-8";
body {
	margin: 20;
	padding: 20;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4;
	background-color: #000;
	background-image: url(../images/faded_50.png);
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
	text-align: left;
}
h2 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
	text-align: left;
	color: #F00;
}
h1, h3, h4, h5, h6, {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
	text-align: left;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #CCC; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #999;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}
.container {
	width: 1080px;
	background: #000000;
	margin: 0 auto;
	border-radius: 20px;
	background-image: url(../images/black_grid.jpg);
	background-position: fixed;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center;
}
header {
	background-image: url(../images/faded_50.png);
}

.sidebar1 {
	float: left;
	width: 200px;
	padding-bottom: 10px;
	background-image: url(../images/faded_50.png);
	border-radius: 20px;
	text-shadow: black 0.1em 0.1em 0.2em;
	margin-top: 10px;
}
.content {
	width: 640px;
	float: left;
	background-image: url(../images/faded_50.png);
	border-radius: 20px;
	text-shadow: black 0.2em 0.2em 0.4em;
	margin-left: 20px;
	background-attachment: scroll;
	background-repeat: repeat;
	margin-top: 10px;
}
aside {
	float: right;
	width: 200px;
	padding: 10px 0;
	background-image: url(../images/faded_50.png);
	border-radius: 20px;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-align: center;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

nav ul {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
nav ul li {
	border-bottom: 1px solid #666;
}
nav ul a, nav ul a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 180px;  
	text-decoration: none;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { 
	color: #FFF;
	background-image: url(../images/faded_50.png);
}

/* ~~ footer ~~ */
footer {
	padding: 10px 0;
	position: relative;
	clear: both; 
	font-size:12px;
	text-align: center;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support*/
header, section, footer, nav, article, figure {
	display: block;
	text-align: left;
	margin-top: 0px;
}

aside {
	display: block;
	margin-top: 0px;
}

.container .content section p em strong {
	color: #F00;
}
.container .content section table tr td {
	text-align: center;
	text-decoration: none;
}
.style71 {letter-spacing: .1em; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 24px; font-weight: lighter; font-variant: normal; color: #66cc99;}
.style8 {letter-spacing: .1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 24px;
	font-weight: lighter;
	font-variant: normal;
	color: #66cc99;
	font-style: italic;
}
