/* Basic Page Styles - The Nose Creek CSS Library */

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Verdana, Geneva, sans-serif;
}

p {
    margin: 10px 0;
}

a {
    color:#0000CC;
}

a:visited {
	color: #551A8B;
}

.centerimg {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.center {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	min-width: 400px;
}

.left-box {
	float: left;
}

.right-box {
	float: right;
}

.right-box.center, .left-box.center {
	text-align: center;
	width: 50%;
}

.clear {
	clear: both;
}

img {
	border: 1px solid black;
	behavior: url(iepngfix.htc);
}

img.noborder {
	border-style: none;
}



/* Page Layout */

body {
    background-color:#000;
    background-image: url(img/bgtexture.png);
    height:100%;
    margin: 10px auto;
    max-width:960px;
	width: 960px;
	padding: 0;
}

h2 {
	font-weight: normal;
	font-style: italic;
	color: #CE2029;
}

#body-container {
    background-color:#FFF;
    background-image: url(img/header.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    max-width:960px;
    min-height:100%;
    width: 960px;
    position: relative;
	margin: 0;
	padding: 0;
    border-radius: 15px; -moz-border-radius: 15px; -khtml-border-radius: 15px; -webkit-border-radius: 15px;
}

#header {
    width: 960px;
    height: 220px;
    text-align: center;
}
    
    #title {
		margin: 0 auto;
		display: block;
		top: 0;
		border-style: none;
		padding-top: 22px;
	}
    
    #header-title {
        position: absolute;
        top: 130px;
        font-size: 14pt;
        line-height: 20pt;
		width: 920px;
		left: 20px;
		margin: 0;
		padding: 0;
    }

#main-content {
    padding: 20px;
}

#footer {
    text-align: right;
    padding: 5px 20px;
    font-size: 9pt;
}



/* Page Specific Elements */

ul {
	list-style-image: url(img/bullet.gif);
	padding-left: 20px;
}

