/* STYLE SHEET FOR X SITE
Created by: Name Surname
www.x.com
ToC
	1.defaults
	2.structure
	3.links and navigation
	4.fonts
	5.images
	6.hacks
Notes
*/

/* ----------- 1.defaults -------------*/
*{
	margin: 0;
	padding: 0;
	}
body {
	color: #999999;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	voice-family: "\"}\""; /* font size hack for IE5 */
	voice-family: inherit;
	font-size: small;
	background-color: #000000;
	}
	
/* ------------ 2.structure ------------*/
#wrapper {
	width: 1000px;
	margin: 0 auto;
	}
#mainwrapper {
	margin: 0;
	height: 100%;
	}
#masthead {
	}
#logo {
	}
#navContainer {
	}
#content {
	padding-top: 30px;
	}
#maincontent {
	text-align: center;
	height: 100%;
	}
#footer {
	text-align: center;
	}
.separator {
	clear: both;
	height: 0;
	}
	
/* ----------- 3.links and navigation -----------*/
a {
	color: #FFFFFF;
	}
a:visited {
	}
a:hover {
	}
a:active {
	}
#navigation {
	}
#navigation a {
	}
#navigation ul {
	}
#navigation li {
	}
	
/* ----------- 4.fonts --------------*/
h1, h2, h3, h4, p, ul {
	}
h1 {
	}
h2 {
	}
h3 {
	}
h4 {
	}
p {
	}
ul {
	list-style-type: none;
	}
	
/* ------------ 5.images ----------------*/
a img {
	border: 0;
	}
	
/* ------------- 6.hacks -----------------*/
body {/* IE 5 centering bug fix */
	text-align: center;
	}
#wrapper {
	text-align: left;
	}
