html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 8pt;
	color: #190689;
	background-color: #FF0E17;
        background-image: url(http://picju.com/images/00242922738557459451.png) repeat;
}

#header {
	background: ;
	height: 800px; 
        position: absolute;
        top: 0px;
        left: 30px;
}

#content {
        width: 500px;
	background-color: #ffffff;
        position: absolute;
        top: 600px;
        left: 275px;
	padding: 3px;

}

#sidebar {
	width: 210px;
	background-color: #ffffff;
        position: absolute;
        top: 600px;
        left: 53px;
	padding: 3px;
}

#ad {
	width: 210px;
	background-color: transparent;
        position: absolute;
        top: 500px;
        left: 50px;
	padding: 3px;
}
#welcome {
	width: 312px;
	background-color: transparent;
        position: absolute;
        top: 144px;
        left: 520px;
	padding: 3px;
}

h1 {
        background-repeat: repeat-x;
        background-color: #190689;
        margin-bottom: 2px;
        margin-top: 1px;
        line-height: 10px;
        font-size: 7pt;
        font-family:tahoma;
        text-transform: uppercase;
        font-weight: bold;
        color: #FF0E17;
        text-align: center;
        padding: 5px;
        letter-spacing:1px;
}

h3{
background-color: transparent;
color: #FF0E17;
font-weight:normal;
font-family: tahoma;
font-size: 12px;
margin: 0px auto;
padding: 0px;
text-align: center;
line-height: 12px;
}

.padding {
	padding: 0px;
}

a#nav, a#nav:active, a#nav:link, a#nav:visited {
display:block;
font-family: arial;
font-size: 11px;
line-height: 15px;
font-weight: normal;
letter-spacing:2px;
text-decoration:none;
background: ;
color: #000000;
text-align: left;
letter-spacing:1px;
padding:2px;
margin-top:1px;
margin-top:1px;
text-align: center;
}
a#nav:hover {
display:block;
font-family: arial;
font-size: 11px;
line-height:15px;
font-weight: normal;
letter-spacing: 2px;
text-decoration:line-through;
background: #FF0E17;
color: #000000;
text-align: left;
letter-spacing:1px;
padding:2px;
margin-top:1px;
margin-top:1px;
text-align: center;
}

a:link img { 
border:1px solid #FF0E17;
padding:1px;
background:#FFFFFF;
} 

a:visited img { 
border:1px solid #FF0E17;
padding:1px;
background:#FFFFFF;
} 

a:hover img { 
border:1px solid #190689;
padding:1px;
background:#FFFFFF;
}


b {color: #190689;}
i {color: #FF0E17;}
u {color: #190689;border-bottom: 1px solid #FF0E17}
strong {color: #190689;}
A:link {text-decoration: none; color:#FF0E17; cursor: crosshair ;}
A:active {text-decoration: none; color:#FF0E17; cursor: crosshair ;}
A:visited {text-decoration: none; color:#FF0E17; cursor: crosshair ;}
A:hover { text-decoration: line-through; color:#000000; cursor: crosshair ;}
