body,
html {
	margin:0;
	padding:0;
	color:#7E1A18;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 19px;
    }
body {
    min-width:750px;
    height: 100%;
    min-height: 100%;
    background-image: url(../imgs/2colbg.jpg);
    background-repeat: repeat-y;
    background-position: center;
    }
#wrap {
	margin:0 auto;
	width:750px;
    }
#header {
	padding:5px;
	margin:0;
    }
#nav {
    background:#c99;
    padding:5px;
    }
#main {
	float:left;
	width:375px;
    }
#main h2, #main h3, #main p {
	padding:0 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #7E1A18;
    }
#sidebar {
	float:right;
	width:355px;
    }
#sidebar ul {
    margin-bottom:0;
    }
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #7E1A18;
    }
#footer {
	clear:both;
    }
#footer p {
	padding:5px;
	margin:0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666;
    }
#nav ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li{
    display:inline;
    margin:0;
    padding:0;
    }
    
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 27px;
	color: #7E1A18;
	font-weight: bold;
	line-height: 27px;
}

a:link {
	color: #134992;
	text-decoration: none;
}

a:visited {
	color: #134992;
	text-decoration: none;
}

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

a:active {
	color: #990000;
	text-decoration: none;
}
container {
	width: 750px;
}
