/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background:#dbcbbf;
	/* BEGIN BACKGROUND GRADIENT */
	background-image:url(images/backGrad.jpg);
	background-repeat: repeat-x;
	/* END BACKGROUND GRADIENT */
	}
	
#container {
	margin: 0 auto;
	position: relative;
    min-height: 100%;
	height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	/* width: 1000px; */
	width: 100%;
	background: #d8cbbf;
	}
	
html>body #container {
    height: auto;
	}
	
body {
	font: 76% arial,sans-serif;
	}
	
p {
	margin: 0 10px 10px;
	}
	
h1 {
	font-size:20px;
	color: #000;
	margin-bottom: 8px;
	clear:both;
	}

h2 {
	font-size:18px;
	color: #580134;
	margin-bottom: 8px;
	clear:both;
	}
	
h3 {
	font-size:16px;
	color: #333;
	margin-bottom: 8px;
	clear:both;
	}
	
h4 {
	font-size:14px;
	color: #79134f;
	margin-bottom: 8px;
	clear:both;
	}
	
h5 {
	font-size:12px;
	margin-bottom: 8px;
	clear:both;
	}
	
a, a:visited {
	color: #333;
	text-decoration: underline;	
	}

a:hover {
	color: #580134;
	text-decoration: none;	
	}
	
code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	border: 1px solid #F4F3EC; 
	background: #e8dcd0;  
}
	
#header {
	height:202px;
	background-image:url(images/headerBG.gif);
	background-repeat:repeat-x;
	}
	
#logo {
	width: 520px;
	height: 200px;
	display: block;
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
	}
	
#ani {
	width: 362px;
	height: 169px;
	display: block;
	float: right;
	margin-top: 11px;
	}

#header h1 {
	line-height:80px;
	margin:0;
  	padding-left:10px;
	display: none;
	}
	
#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-left: 10px;
	}
	
#content p {
	line-height:1.4;
	}
	
#navigation {
	background:#d8cbbf;
	}
	
#footer {
	background: #cfbdb5;
	background: #d8cbbf;
	color: #FFF;
    bottom: 0;
	clear:left;
	width:100%;
	margin: 0;
	/* position: absolute; */
	}

#footer p {
	margin:0;
	padding:5px 10px;
	}

#wrapper {
	float:left;
	width:100%;
	background:#d8cbbf;
	min-height: 700px;
	}

#content {
	/* margin: 0 200px; */
	margin-left: 200px;
	background:#d8cbbf;
	background-image:url(images/contentGrad.gif);
	background-repeat:repeat-x;
	padding-top:10px;
	padding-right: 10px;
	/* width:790px; */
	}
	
#navigation {
	float:left;
	width:200px;
	margin-left:-100%;
	}
	
#video {
	width: 200px;
	margin-top: 50px;
	text-align: center;
	}
	
img {
	border: 5px solid #580134;
	padding: 1px;
	background-color: #FFF;
	}
img.noborder {
	background-color: transparent;
	padding:          1px;
	border-width: 0; }

img.float-right {
  	margin: 5px 0px 10px 10px;
	}

img.float-left {
  	margin: 5px 10px 10px 0px;
	}
	
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

ul {

	list-style: none;

}

#content ul li {
	list-style-image: url(images/bullet.gif);
}

blockquote {
	margin: 10px;
 	padding: 10px 0 0 35px;
	border: 1px solid #F4F3EC; 
	font-style: italic;

}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu {
	width: 200px;
	border-style: none;
	border-color: #580134;
	border-size: 1px;
	border-width: 1px;
	margin: 0px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #4a3f3a;
	display: block;
	background: url(images/menu1.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #000;
	background: url(images/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(images/menu1.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}