* {
	margin : 0;
	padding : 0;
	font-family: arial;
	color: #D8203C;
	font-size: 10pt;
	text-align: left;
	font-weight: 400;
}

a:link {
    color : #F6D745;
    text-decoration : none;
    font-weight : 400;
    font-family : arial;
}

a:visited {
    color : #F6D745;
    text-decoration : none;
    font-weight : 400;
    font-family : arial;
}

a:hover {
    color : #46A86B;
    text-decoration : none;
    font-weight : 400;
    font-family : arial;
}

#b{
	font-family : "Times New Roman";
	text-decoration : none;
	font-weight : 400;
	color : #6B10BF;
}
    
h1 {
    font-size: 100%;
	color: #F6D745;
	font-weight: 800;
    font-family: "Time New Roman";
    }

#header{
	position : absolute;
    top : 0px;
    left : 0px;
    margin: 0 0 0 0;
	padding : 0 0 0 0;
	background-image: url(/images/header.jpg);
	width : 290px;
	height : 530px;
}

#links{
    cursor : pointer;
    cursor : auto;
}

#main{
	position : absolute;
    top :0px;
    left : 290px;
	text-align: right;
    padding : 10px;
	border : 0px;
	border-color: black;
	width : 350px;
    background-color : #000000;
    }

#outside_frame{
	background-color : #000000;
	margin: 0 auto;
    width : 100%;
	border : 0;
	padding : 0;
}
