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

body {
 background-color:#4A5D0E;
 background-image:url(img/background_image.jpg);
 background-position:center top;
 background-repeat:repeat-x;
 font-family:Verdana,Arial,Helvetica,sans-serif;
 margin:0 auto;
 padding:0;
 text-align:center;
 height:100%;
 min-height:100%;
}

p {
 color:#333333;
 font-size:1em;
 line-height:1.3em;
 margin:10px 0 0;
 padding:0;
}

h2 {
 color:#A40084
}

a, a:visited{
color:#5E2A93;
}

#wrapper {
 margin:0 auto;
 padding:10px 35px 0;
 text-align:left;
 width:925px;
}

#wrapper .logo {
border-style:none;
margin:20px 20px 0;
padding:0;
float:left;
}

#bottom {
 border-top:1px dotted #999999;
 clear:left;
 margin:40px 0 0;
 padding:20px 0 0;
 text-align:center;
}

#content{
 border:1px solid #52345a;
 background-color:#FFFFFF;
 width:740px;
 float:left;
 padding:20px;
 margin-top:50px;
}

#top{
 min-height:400px;
 height:400px;
 width:100%;
}

#top .logo-center{
 text-align:center;
 margin:0 0 40px 0;
}

#bottom p a
{
 font-size: 1em;	
}

#bottom a {
 color: #333;
 text-decoration: none;
 font-weight: normal;
 font-size: 0.7em;	
}

#bottom a:hover {
 color: #000000;
 text-decoration: underline;
}
#bottom p {
 padding: 0px 0px 10px;
 margin: 0px;
 color: #333;
 font-weight: normal;
 clear: left;
}