/*Style sheet for www.pickleworks.com*/

/*HTML Elements*/

body {
font-size:12px;
background:#cccdb9;
font-family:Tahoma,Verdana,sans-serif;
}

h1 {
color:#2424b2;
font-size:36px;
margin-bottom:0px;
}

h3 {
font-size:18px;
margin-bottom:0px;
font-weight:bold;
}

table {
font-size: 12px;
}

/*ID Selectors*/

#main {
text-align:left;
margin-left:auto;
margin-right:auto;
width:760px;
margin-top:-3px;
background:#cccdb9;
background-image:url('http://www.pickleworks.com/images/bars.gif');
background-repeat:repeat-y;
}

#header {
font-size:larger;
font-family:'Lucida Sans';
text-align:left;
height:200px;
}

#menu {
margin-top:-3px;
padding-top:10px;
padding-left:5px;
height:42px;
width:700px;
margin-left:50px;
background-image:url('http://www.pickleworks.com/images/menu.gif');
background-repeat:no-repeat;
text-align:center;
}

#menu a {
display:inline;
padding-left:5px;
padding-right:5px;
text-align:left;
text-decoration:none;
color:#FFFFFF;
font-size:100%;
font-weight:bold;
}

#menu a:hover {
color:#52d427;
}

#content {
height:auto;
padding:10px 20px 10px 20px;
margin-left:50px;
}

#footer {
clear:both;
color:#000080;
padding:5px 15px 5px 15px ;
margin-left:50px;
}

#footer a {
text-decoration:none;
}

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

/* Class Elements */

.content_title {
font-weight:bold;
font-size:130%;
letter-spacing:3px;
color:#000066;
}

.sys_message {
color:red;
}

h2 {
	font-size: large;
	font-weight: bold;
	margin-bottom: 0px;
}
td {
	vertical-align: top;
}
