/* ~-~-~~-~-~ CSS Document -~-~-~-~-~ *\
|                                      |
|              Created for             |
|         TheCrystalSkulls.info        |
|           by Ashton Sanders          |
|         WebsitesinaFlash.com         |
|                                      |
\* ~-~-~~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

/* ~-~-~~-~-~ Layout -~-~-~-~-~ */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#FFFFFF;
	background-color: #000000;
	padding:0;
}


#container {
	text-align:left;
	width:1000px;
	margin: 0 auto;
}

#header {
	width:1000px;
	text-align:center;
}

#header h1 {
	text-align:center;
	color: #FFFFFF;
	background-color:#000;
	margin:0;
}

#content {
	width: 850px;
	float:left;
}

#sidebar {
	width:130px;
	float:left;
	margin-right:10px;
}

#sidebar a {
	color: #FFFFFF;
	background-color:#000;
	margin:10px 0;
	display:block;
	text-align:center
}

#paper {
	background: url("../images/paper.jpg") center repeat-y;
}


.italics {
	font-style:italic;
	font-weight:800;
	color:#ff9999;
}


#footer {
	text-align:center;
	font-size:12px;
	color:#CCCCCC
}

.clear {clear:both;}

/* ~-~-~~-~-~ Anchors -~-~-~-~-~ */

a, a:link, a:active {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

