
/*** basic ***/

html {
   min-width: 800px;
   min-height: 100%;
   height: 500px;


}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

img {
border: 0;
}

body {
    color: #f6f8f9;
    margin: 0;
    padding: 0 0;
    text-align: center;
    background: #f2ffee;
    color: rgb(50, 50, 50);
	 font: normal 75% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

/*li {list-style: none;}*/

h1 {
   font: bold 125% Tahoma,sans-serif;
   margin-bottom: 4px;
   padding-top: 5px;
}

h2 {
   font: bold 110% Tahoma,sans-serif;
   margin-bottom: .5em;
   padding-top: 5px;
}
h3 {padding-top: 5px;}

/*** header ***/
#header {
	text-align: center;
	height: 100px;
   margin-top: 0px;
	margin-bottom: 25px;
   margin-left: auto;
   margin-right: auto;
	width: 800px;
}

/*** main ***/
#container {
   margin: 0 auto;
   width: 800px;
   background: url(/images/main-bg.gif) 50% 0 repeat-y;
   position: relative;
   text-align: center;
   line-height: 24px;
}
#container-sb {
   margin: 0 auto;
   width: 800px;
   background: url(/images/main-bg-sb.gif) 50% 0 repeat-y;
   position: relative;
   text-align: center;
   line-height: 24px;
}

#main {
   padding-top: 1em;
   padding-left: 2em;
   padding-right: 2em;
   padding-bottom: 1em;
}

#bottom {clear: both;}

/*** navigation ***/
#nav {
   background: url(/images/main-top.gif) 50% 0 no-repeat;
   width: 800px;
   text-align: center;
   vertical-align: bottom;
   margin-left: auto;
   margin-right: auto;
   padding-top: 6px;
}

/*** sidebar ***/
#sidebar {
   float: left;
   width: 170px;
   text-align: left;
   padding-top: 1em;
   padding-left: 2em;
   padding-right: 2em;
   padding-bottom: 1em;
}

/*** footer ***/
#footer {

	background: url(/images/footer.gif) 50% 0 no-repeat;
	color: #FFF;
	font: bold 1em sans-serif;
	position: relative;
	text-align: center;
	line-height: 24px;
	min-height: 115px;
	margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
	width: 800px;
}