/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END RESET */

body {
background-color: #F6E9CA;
background-image: URL(images/bg.gif);
background-repeat: repeat-y;
background-position: center;
color: #16144B;
font-family: Arial;
font-size: 14px;
}

h1{
color: #322E59;
font-size: 18px;
font-weight: bold;
text-align: center;
}

h2{
color: #83828C;
font-size: 16px;
font-weight: bold;
text-align: center;
}

#all{
background-color: #ffffff;
border: 2px #F0C194 solid;
border-top: 0px;
border-bottom: 0px;
margin-bottom: 20px;
margin-right: auto;
margin-left: auto;
width: 776px;
}

#content{
padding: 10px;
}

#nav{
background-color: #83828C;
border-top: 2px #F0C194 solid;
border-bottom: 2px #F0C194 solid;
}

#nav a{
color: #16144B;
display: block;
float: left;
font-size: 12px;
font-weight: bold;
height: 20px;
padding-top: 6px;
text-align: center;
text-decoration: none;
width: 153px;
}

#nav .border a{
border-right: 2px #6C6A80 solid;
}

#nav a:hover{
background-color: #6D6B80;
}

.clear{
clear: both;
}

.left{
float: left;
}

.padding10{
padding: 10px;
}