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

a:link {
    color : #F2DA09;
    text-decoration : none;
    font-size : 12pt;
    font-family : "Times New Roman";
    font-style : italic;
}

a:visited {
    color : #F2DA09;
    text-decoration : none;
    font-size : 12pt;
    font-family : "Times New Roman";
    font-style : italic;
}

a:hover {
    color : #F2DA09;
    text-decoration : underline;
    font-size : 12pt;
    font-family : "Times New Roman";
    font-style : italic;
}

#b{
	font-family : arial;
	text-decoration : none;
	font-weight : 400;
	color : #F1D806;
}

h1{
    font-size : 16pt;
    color : #FFF0CA;
    border-bottom: 1px dotted #FFF0CA;
    text-align : left;
    font-family : "Times New Roman";
    font-style : italic;
}

h2{
    font-size : 16pt;
    color : #FFF0CA;
    border-bottom: 1px dotted #FFF0CA;
    text-align : right;
    font-family : "Times New Roman";
    font-style : italic;
}

#imageframe{
	float : left ;
	text-align: center;
	margin: 10px;
	border: 1px;
	width : 124px;
	padding: 0px;
	height: 120px;
}

#header{
	float : left;
    margin: 0;
	padding : 0;
	border : none;
	background: url(/images/header.jpg) no-repeat;
	width : 810px;
	height : 416px;
}

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

#main{
	float : left;
    top  : 460px;
    width : auto;
    background-image : url(/images/background.jpg);
    }

#content{
    float: left;
    text-align : left;
    width : 480px;
    padding : 20px
}

 #menu{
    float : left;
    text-align : right;
    top : 460px;
    width : 190px;
    padding : 20px
}

#footer{
	float : left;
    margin: 0;
	padding : 0;
	border : none;
	background: url(/images/footer.jpg) no-repeat;
	width : 810px;
	height : 30px;
}

#body {
    text-align: left;
  }

#container {
    margin: 0 auto;
    width: 810px;
}
#outside_frame{
   	background-color : #000000;
	text-align: center;
	margin: 0 auto;
    width : 100%;
	border : 0px;
	padding : 0;
}

TEXTAREA {
    background-color : #BD2806;
    border-color : #35693B;
    border : solid;
    }

INPUT {
    background-color : #BD2806;
    border-color : #35693B;
    border : solid;
    }

SELECT {
    background-color : #BD2806;
    border-color : #35693B;
    border : solid;
    }