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

body {
   margin: 0 auto;
   padding: 0 ;
   font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
   color:#333;
}

a, a:link, a:visited { color: #990000; text-decoration: none; }
a:hover { text-decoration: underline; }

ul { padding: 0 0 0 17px;
list-style: circle; }
ul ul { list-style: circle;}

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif; }
h1 { font-weight: bold; font-size:16px; color: #990000; font-family: Verdana, Arial, Helvetica, sans-serif; line-height:100%; margin:0 0 10px 0;}
h2 { font-weight: bold; font-size:14px; color: #990000; line-height:100%; margin:0 0 10px 0; }
h3 { font-weight: bold; font-size:14px; color: #666; line-height:100%; margin:0 0 10px 0;}
h4 { font-weight: bold; font-size:12px; color: #990000; line-height:100%; margin:0 0 6px 0;}
h5 { font-weight: bold; font-size:12px; color: #666; line-height:100%; margin:0 0 6px 0;}
h6 { font-weight: bold; font-size:12px; color: #990000; line-height:110%; margin:6px 0!important; margin:0 0 6px 0;}


ul {
	padding: 0;
	margin: 5px 0 10px 16px;
	
	}

li {
	padding: 0;
	margin: 4px 0 4px 0;list-style:disc;
	}



#all {margin: 0 auto;
display:block;
width:900px;}

#container {
margin: 0 auto;
padding: 0;
display: block;
float: left;
width: 900px;
background:url(../images/PresentMid.gif) top left repeat-y;
}

#top {
display:block;
float:left;
width:900px;
background:url(../images/PresentTop.gif) top left no-repeat;}

#logoblock {
display:block;
float:left;
width:152px;
height:73px;}

#title {
display:block;
float:right;
width:710px;
padding: 56px 25px 0 0;
}

#content {
display:block;
float:left;
width:840px;
padding: 20px 30px 30px 30px;
background:url(../images/PresentMid.gif) top left repeat-y;
}

#foot {
display:block;
float:left;
margin: 0 auto;
width:900px;
height:50px;
padding:0;
background:#fff url(../images/PresentLow.gif) top left no-repeat;}

