﻿body{
    font:12px Verdana;
    color: #000000;
	background: #e1e1e1;
	/*background-image: url(images/bkg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;*/
}

/* - Wildcard, this fixes browsers! -*/

*{
margin: 0;
padding: 0;
}

/* - txt - */

h1 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	text-decoration: underline;
}  

h2 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

h3 { 
	font-size: 10px;
	margin: 5px;
}

p {
	font-size: 12px;
	margin-bottom: 10px;
}

/* - divs - */

#container {
    text-align: left;
    width: 750px;
    margin: 0px auto 0px auto;
    background-color: #FFFFFF;
}

#header {
    width: 750px;
    height: 200px;
	background: url(images/banner.jpg) #a9a9a9 no-repeat right top;
	border-bottom: 2px solid #e41823;
}

/* - contents - */

#content{
    margin: 20px 30px;
    padding: 5px;
	max-width: 750px;
}

#content a, a:visited, li a{
	color: #0775aa;
	text-decoration: none;
}

#content a:hover, li a:hover{
	color: #f99d1c;
	text-decoration: underline;
}

#content ul {
	list-style-type:none;
	padding: 10px;
}

#content li{
	padding: 5px;
}

#content img{
	/*border: 2px solid #000000;*/
}

/* - footer - */

#footer {
	width: 750px;
	height: 30px;
	margin: 10px 0px;
	/*border-top: 3px solid;*/
	background: transparent;
	text-align:right;
}

#footer a{
	border:none;
}

#footer a:hover{
	border:none;
}

#footer img {
	border:none;
}

/* - menu ! - */

#menu {
    max-width: 750px;
	height: 20px;
	padding: 0px 0px 0px 30px;
	background: #FFFFFF;
	margin: 5px 0;
	border-bottom: 2px solid #e41823;
}

#menu ul {
	list-style-type:none;
}

#menu li {
	float:left;
}

#menu li a {
	padding: 5px 10px;
	color: #000000;
}

#menu li a:hover{
	color: #b0030c;
	list-style-type: none;
}
