body {
	margin:0px;
	padding:0px;
        font-family: sans-sefif;
        font-size: medium;
        	background: #000 url(images/background.jpg) no-repeat;
            background-position: top left;
}

a {
	text-decoration: none;
	color: #a40016;
}

a:visited {
	color: #82774a;
}

a:hover {
	color: #0000ff;
	text-decoration:none;
}


h2{
        font-family: verdana, arial, sans-serif;
        font-size: 200%;
        color: #a40016;
        text-align: left;
        font-weight: normal;
        margin: 0px 0px 0px;
       	border-bottom: 0px solid #82774a;
}

h3{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #000000;
	padding-bottom: 2px;
	border-bottom: 1px solid #82774a;
	margin: 0px 2px 5px;
}

h4{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #a40016;
	padding-bottom: 2px;
	border-bottom: 1px solid #82774a;
	margin: 5px 0px 5px;
}

#wrap{
        position: relative;
        width: 650px;
        margin: 0px 0px 3px;
        background: #fff333;
        border: 0px solid black;
        background: none;
}

#nav {
        position: relative;
        height: 20px;
        background: url(images/bar.jpg);
}

#nav ul {
        margin:0px;
        list-style:none;
        background: #ff0000;

}

#nav li{
        font-family: tahoma, arial, sans-serif;
        font-size: 10pt;
        height: 18px;
        font-weight: normal;
        font-variant: small-caps;
        float: right;
        width: 100px;
        list-style:none;
}

#nav li a{
        color: #ffffff;
        text-decoration: none;
        display: block;
        padding: 0px 0px 0px;
        height: 18px;
        width: 100px;
        border: 1px solid black;
        background: url(images/button-top.jpg);
        text-align: center;
        list-style:none;
}

#nav li a:hover{
        color: #000000;
        border: 1px solid black;
        background: url(images/button-bot.jpg);
}


#header {
        position: relative;
        height: 30px;
                border: 0px solid black;
	background: none;
}

#maincontent {
        width: 450px;
        float:right;
        margin-top: 5px;
        padding: 10px 4px;
        background:  none;
        border: 0px solid black;
        margin-right: 2px;
        margin-bottom: 5px;
        height: 420px;
}

#linkframe {
        width: 156px;
     float: left;
        background:  none;
	padding: 57px 22px 0px 2px;
	z-index: 5;
}

#linkinnerframe1 {
        width: 154px;
        background:  none;
        border: 0px solid black;
	height: 200px;
	overflow: auto;
    padding: 0 0 0 2px;
}

#linkinnerframe2 {
        width: 154px;
        background:  none;
        border: 0px solid black;
	height: 200px;
	overflow: auto;
	margin-top: 5px;
    padding: 0 0 0 2px;
}

#maincontent p {

}


#footer {
	clear:both;
	text-align: right;
	height: 40px;
    padding-top:10px;
    background: black;
        border-top: 1px solid white;
        border-left: 1px solid black;
        border-right: 1px solid black;
}

#copyright {
	width: 634px;
	text-align:right;
	margin: 5px auto;
	font-size: 80%;
	color: #ffffff;
}






