body {
    background-color:#000000;
    background-image:url();
    background-repeat:repeat;
    margin-bottom:0px;
    font-family: Arial, Verdana, sans-serif;
	color: #C1C7C7;
    font-size: 10.5px;
	letter-spacing: 1px;
    line-height:13px;
}



a:link, a:active, a:visited, a:hover{
    color:#FF64A5;
	font-weight:normal;
    text-decoration:none;
	border-bottom:0px dotted #000000;
	letter-spacing: 1px;
	cursor: default;
}


a:hover{
    color:#DDFE01;
	font-weight:normal;
    text-decoration:none;  
	border-bottom:0px dotted #000000;
	letter-spacing: 1px;
	cursor: default;
}



img {
	border: 0px;
}


u {
	color: #E9D0A2;
	font-weight:normal;
	border-bottom: 1px dotted #FF9900;
}


i {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #01FE1F;
	padding-right:0px;
}


b, strong {
	font-family: Arial, sans-serif;
	color: #F8B145;
}

strong:hover {
	font-family: Arial, sans-serif;
	color: #fffff;
}

s {
	font-family: Arial, sans-serif;
	color: #ffffff;
    background-color: #C62163;
}




#container {
     width: 1000px;
     margin: 0 auto;
}


#top {
    width:900px;
    height:auto;
    margin:auto;
    background-image:url();
    background-repeat:repeat-y;
    text-align:justify;
}

#footer {
    width:900px;
    height:82px;
    background-image:url();
    clear:both;
	text-align: center;
}


#header {
    width:900px;
    height:262px;
    background-image:url();
    background-repeat:no-repeat;
}


#content {
    width:485px;
    margin-top: -3px;
    margin-left: 60px;
    height: auto;
    float: left;

}


#rightSidebar{
	font-family: Arial, sans-serif;
	color: #ffffff;
    width: 170px;
    height: auto;
    margin-top: 20px;
    margin-right: 60px;
    float: right;
}

#leftSidebar {
	font-family: Arial, sans-serif;
	color: #ffffff;
    width: 170px;
    height: auto;
    margin-top: 20px;
    margin-left: 0px;
	letter-spacing: 1px;
    float: left;
}



.content {
	font-family: Arial, sans-serif;
    font-size:10.5px;
    color:#C1C7C7;
}



.title {
	font-family: Georgia, Arial, sans-serif;
    font-size:12px;
	font-weight: bold;
    color:#6AD8D7;
	text-transform: lowercase;
	border-bottom: 1px dotted #FFFF79;
    letter-spacing:0px;
    padding-left:1px;
	padding-bottom:2px;
	padding-top:5px;
	text-align:left;
	width: 150px;
}


.title2 {
	font-family: Georgia, Arial, sans-serif;
    font-size:20px;
	font-weight: bold;
    color:#6AD8D7;
	border-bottom: 1px dotted #FFFF79;
    letter-spacing:0px;
    padding-left:1px;
	padding-bottom:2px;
	padding-top:5px;
	text-align:left;
	width: 485px;
}

.title3 {
	font-family: Georgia, Arial, sans-serif;
    font-size:20px;
	font-weight: bold;
    color:#6AD8D7;
	border-bottom: 0px dotted #FFFF79;
    letter-spacing:3px;
    padding-left:1px;
	padding-bottom:2px;
	padding-top:5px;
	text-align:right;
	width: 485px;
}


input, option, textarea, select {
    font-family: arial, sans-serif;
    font-size: 10.5px;
	background-color: #E9EFED;
 	color: #000000; 
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 1px 2px;
	letter-spacing: 1px;
}


::-moz-selection{
	background:#ffffff;
	color:#FE01E3;
}

::selection {
	background:#ffffff;
	color:#FE01E3;
}

