body{
    font-family: arial, tahoma, helvetica, verdana, san-serif;
    font-size: 10pt;
	background-color:#cccce0;
	margin:0;
}

a img{
    border: 0;
}

#wrapper{
    min-width: 960px;
	position:relative;
	width:980px;
	margin:0 auto;
	background-color:#ffffff;
	border:1px solid #000000;
}

#header {
	position:relative;
	height:310px;
	background-color:#000000;
	width:100%;
}

#header .center img {
	display:inline;
}

#footer {
	position:relative;
	height:80px;
	background-color:#000000;
	width:100%;
	color:#ffffff;
	font-weight:bold;
}

#footer div {
	position:absolute;
}

#footer a {
	color:#ffffff;
	text-decoration:none;
}

#menu {
	background-color:#223e92;
	position:absolute;
	bottom:0px;
	width:100%;
}

#menu ul{
    list-style-type: none;
	font-family:Georgia, Times, serif;
	margin:0;
}

#menu li{
    float: left;
    padding: 10px;
	margin:0 25px;
}

#menu li a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#content{
    clear: left;
	background:transparent no-repeat url(/images/can.gif) 700px bottom;
	padding:30px;
	padding-bottom:100px;
	position:relative;
}

#content .left {
	float:left;
	width:600px;
}

#content .right {
	float:left;
	width:260px;
	margin-left:60px;
	margin-bottom:200px;
}

#content .right h1 a {
	text-decoration:none;
	color:#000000;
}

#canText {
	position:absolute;
	bottom:65px;
	right:50px;
	color:#ffffff;
	font-family:Arial, Verdana, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	width:120px;
	text-align:center;
}

h1 {
	font-style:italic;
	font-size:2.5em;
	font-family:Palatino Linotype, serif;
	color:#04153d;
}

.right h1 {
	font-style:normal;
	font-size:2.2em
}

h2 {
	font-size:2em;
	color:#000000;
	font-family:Palatino Linotype, serif;
	font-weight:normal;
	font-style:italic;
	text-indent:40px;
}

.gallery_item {
	float:left;
	margin:0 1px;
}

.gallery_item a img {
	border:1px solid #000000;
}

label{
    float: left;
    margin-right: 5px;
    text-align: right;
    width: 14em;
}

input, textarea, button{
    border: 1px solid #000;
}

textarea{
    width: 25em;
    height: 10em;
}

ul.nobullets{
    list-style-type: none;
}

.button{
    background: #223e92;
    color: #fff;
    font-weight: bold;
    padding: 0 5px;
}

.formfield{
    border: 1px solid #000;
    padding: 2px;
    width: 20em;
}

.article{
    clear: both;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.imgcenter{
    text-align: center;
}

.clearboth{
    clear: both;
}

.error{
    background: #ffeeee;
    border: 1px solid #a60000;
    color: #a60000;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
}

