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

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

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

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

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

h1 {
    font-size: 140%;
	color: #D41667;
	font-weight: 400;
    text-align : center;
    font-family: "Time New Roman";
    }

#imageframe{
	float : left ;
	text-align: center;
	margin: 5px 5px 5px 5px;
	border: 1px;
	width : 80px;
	padding: 0px;
	height: 140px;
}

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

#menu{
    float:left;
    top : 0px;
    left : 400px;
    width : 400px;
    border : none;
    background: url(/images/menu.jpg) no-repeat;
}
#links{
    cursor : pointer;
    cursor : auto;
}

#main2{
	position : absolute;
    left : 400px;
	text-align: left;
    width : auto;
    padding: 10px;
	border : 0px;
    margin : 0px;
    }

#main{
	position : static;
	text-align: left;
    width : auto;
    padding: 10px;
	border : 0px;
    margin : 0px;
    }

#outside_frame{
    position:absolute;
    left : 0px;
    top : 0px;
   	background-color : #000000;
	text-align: left;
	margin: 0 auto;
    width : 810px;
	border : 0;
	padding : 0;
}

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

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

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