/* Global Properties */

body {
	margin-top: 10;
	background: #FFF url(images/bg.jpg);
	font-size: 70%;
	font-family: verdana;
	color: #4E4E4E;
	line-height: 1.2em;

}

a {
	color: #000000;
}

a:hover {
	color: #841C00;
}


ul { list-style: none;

    
 }

li {

  background: url(images/bullet_02.gif) no-repeat 0 6px;
  padding-left: 17px;

}



/* Container */

#container {
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
	border-right: 1px solid #841C00;
	border-left: 1px solid #841C00;
	border-top: 1px solid #841C00;
	border-bottom: 1px solid #841C00;
	background: #FFF url(images/IMAG000.gif)  no-repeat bottom left ;


}

#container h1 {
	margin: 3px;
	font-size: 1.3em;
	color: #FFF;
}


/* Global-navigation */
#nav {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	padding-right: 10px;
	font-size: 0.9em;
}
#nav a {
	color: #841C00;
	text-decoration: none;
}
#nav a:hover {
	color: #4E674F;
	text-decoration: underline;
}

/* Logo */
#logo {
	background-color: #FFF;
	padding-top: 17px;
	padding-bottom: 17px;
	margin-left: 260px;
}
#logo h1 {
	font-family: trebuchet ms;
	color: #841C00;
	font-weight: normal;
	font-size: 250%;
	margin: 0px;	
}



/* Left column */



#left {
	float: left;
	margin-left: 0;
	width: 240px;
	color: #841C00;
    text-align: right;
}

/* The links on the left side */
#fullnav a {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	color: #841C00;
	font-weight: bold;
	text-decoration: none;
	display: block;

}

#fullnav a:hover {
	color: #4E674F;
	padding-right: 15px;
	background: url(images/bullet_02.gif)  no-repeat right

}



/* Banner */

#banner {
    float: right;
	background: #841C00;
	font-size: 0.9em;
	color: #FFF;
	padding: 5px;
	width: 510px;
	
	
}

/* Content */


#content {
	clear: right;
	width: 500px;
	margin-left: 260px;
	margin-top: 10px;
	padding: 0 16px;
	color: #65675D;


}

#content h1 {
	padding-top: 6px;
	margin-bottom: 4px;
	font-size: 1.2em;
	color: #841C00;
}


#content h2 {
	padding-top: 6px;
	padding-left: 15px;
	margin-bottom: 4px;
	background: url(images/bullet_02.gif)  no-repeat 0 80%;
	font-size: 1.05em;
}


/* Centent paragraphs */
#content p {
	padding-left: 6px;
		
}
/* Centent image */
#content img {
	padding-right: 17px;
	margin: 0px;
	
	
}

/* Footer */
#footer {
	clear: left;
	padding: 3px;
	border-top: 1px solid #841C00;
	color: #2A343D;
	margin-left:260px;
	text-align: left;
	font-size: 0.9em;
	
	
}
