/* CSS Document */

* {
	margin:0; 
	padding:0;
	font-size:100%;
}

body{
	background:#FFFFFF;
	text-align:center;
	background-image: url("/img/wallpaper.jpg");
	background-repeat: repeat;
}

.thumb
{
	padding: 5px;
}

img 
{
	vertical-align:top;
}

a img  
{
	border:0;
}

html, input, textarea
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AAAAAA;
}

p
{
	margin-bottom: 5px;
}

h1
{
	font-size: 18px;
	line-height: 2em;
	color: #d7d7d7;
}

h2
{
	font-size: 15px;
	line-height: 1.5em;
	color: #000000;
}

h3
{
	font-weight: bold;
}

a
{
	color: #666666;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline; 
}

ul.smallArrow, ol.smallArrow {
    margin: 0;
    list-style-type: none;
}
ul.smallArrow li, ol.smallArrow li {
    background: url("img/bullet-small-arrow.gif") no-repeat 0 50%;
    padding: 0 0 0 10px;
    margin: 0 0 0 0;
}
ul.smallArrow li a, ol.smallArrow li a {
	color: #333333;
}

#main  
{
	width: 907px; 
	margin: 0 auto; 
	text-align: left;
}

#page
{
	float: left;
	width: 647px;
	background-color: White;
}

#content
{
	padding: 10px 5px 10px 5px;
	height: 332px;
}

#footer
{
	float: right;
	padding-right: 20px;
	color: #999999;
}

input, select  
{
	vertical-align:middle; 
        width: 100px;
}

textarea
{
       width: 200px;
}