* {
	margin : 0;
	padding : 0;
	font-family: verdana;
	color: #3B7D7B;
	font-size: 10pt;
	text-align: left;
}

a:link {
    color : #E58989;
    text-decoration : none;
    font-size : 10pt;
    font-family : "Times New Roman";
}

a:visited {
    color : #E58989;
    text-decoration : none;
    font-size : 10pt;
    font-family : "Times New Roman";
}

a:hover {
    color : #E58989;
    text-decoration : line-through;
    font-size : 10pt;
    font-family : "Times New Roman";
}

#b{
	font-family : verdana;
	text-decoration : none;
	font-size : 10pt;
	color : #E58989;
    font-style : italic;
    border-bottom: 1px dotted #E58989;
}

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

#header{
	position : relative;
    margin: 0;
	padding : 0;
	border : none;
	background: url(/images/header.jpg) no-repeat;
	width : 670px;
	height : 360px;
}

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

#content{
    position : relative;
    text-align : center;
    width : 670px;
    padding-top : 40px;
    background-image : url(/images/background.jpg);
}

#main{
	position : relative;
	text-align: left;
    padding: 40px;
	border : none;
    background-image : url(/images/background.jpg);
    }

#footer{
	position : relative;
    margin: 0;
	padding : 0;
	border : none;
	background: url(/images/footer.jpg) no-repeat;
	width : 670px;
	height : 38px;
}

#body {
    text-align: left;
}

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

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

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

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