/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

*{margin:0; padding:0;}

body {
font:.8em/1.4 'verdana', sans-serif;
background:#3B4649 url(../body-bg.jpg);
margin:10px;
}

#container {
width:640px;
margin:0 auto;
}

a:link {color:#C26042;}
a:visited {color:#A04020;}


img {}

/*HEADER
--------------------*/
#header {
width:640px;
height:278px;
background:#2E7593 url(../top-bg.jpg) top left no-repeat;
}

h1 {
display:none;
padding:33px 0 0 0;
background:#2E7593 url(../h1-bg.png) top left no-repeat;
overflow:hidden;
height:0px !important;
height /**/:33px;
width:316px;
margin:0px 0;
}

/* CONTENT
--------------------*/
h2 {
margin:20px 0px 0px 20px;
font-size:1.5em;
letter-spacing:2px;
font-family:'trebuchet ms';
}

#content {
margin:0 auto;
width:610px;
padding:15px;
background:#fff url(../content-top.gif) top no-repeat;
}
	
#send {
font-weight:bold;
margin:20px 10px;
text-align:center;
color:#C26042;
}


/* MENU
--------------------*/
#menu {
background:#3B4649 url(../menu-bg.jpg);
width:100%;
padding:0;
}

#menu ul {
margin:0;
padding:5px;
}

#menu li {
display:inline;
text-transform:uppercase;
margin:0 2px;
}

#menu a {
color:#C26042;
font-weight:bold;
text-decoration:none;
}

#menu a:hover {
text-decoration:underline;
}

/* FOOTER
--------------------*/

#footer {
background-image:none;
text-align:center;
clear:both;
margin-top:20px;
}

#footer a {
font-weight:bold;
}
