@charset "UTF-8";
/* CSS Document */

/*-- Yahoo Css Reset http://developer.yahoo.com/yui/reset/#code --*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
	}
	
fieldset,img { 
	border: 0;
	}
	
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	}
	
ol {
	list-style: none;
	}
	
caption,th {
	text-align: left;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}
	
q:before,q:after {
	content: '';
	}
	
abbr,acronym { 
	border: 0;
	}
	
body {
	background: url('images/BgTile10x10.gif');
	}
	
img {
	border: none;
	}
	
img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}

#Wrapper {
	width: 700px;
	margin: 0 auto;
	position: relative;
	}
	
#WrapperLogo {
	width: 660px;
	padding: 20px;
	background: #ffe9b6;
	}
	
#WrapperContent {
	width: 620px;
	padding: 40px;
	background: #ffe9b6;
	}
	
h1 {
	color: #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}
	
p { 
	color: #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	}
	
a:link { 
	color: #663300;
	text-decoration: none;
	border-bottom: 1px dotted #663300;
	}
	
a:hover {
	color: #330000;
	text-decoration: none;
	border-bottom: 1px solid #330000;
	}
	
a:visited { 
	color: #330000;
	border-bottom: 1px dotted #330000;
	}

