/*
------------------------------------------------------------------------------
 Nantes-vue Style Sheet
 Done by www.bar-design.co.za
------------------------------------------------------------------------------
*/

*{margin: 0px; padding: 0px;}

body
{
	background: #647455 /*url(../images/bg.jpg) repeat-x 0px 0px*/;
	color: #bbbeae;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
}

a{text-decoration: none; color: #fff;}
a:hover{text-decoration: underline; color: #fff;}
.more{background: url(../images/bullet.gif) no-repeat 0px 0px; padding-left: 10px;}
.clear{clear: both;}
.left{text-align: left;}
.center{text-align: center; font-family: Lucida Sans Typewriter; font-size: 14px; font-weight: bold;}


h1
{
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	background-position: 15px 0px;
	color: #192021;
	font-family: "Times New Roman", Arial;
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 21px;
	font-weight: normal;
}

h2
{
	border-bottom: solid 1px #fff;
	color: #4d5545;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 3px;
	line-height: 14px;
}

/*
------------------------------------------------------------------------------
 Container
------------------------------------------------------------------------------
*/
#container
{
	margin: 20px auto;
	width: 730px;
}

/*
------------------------------------------------------------------------------
 Header
------------------------------------------------------------------------------
*/
#header
{
	background: url(../images/header.jpg) no-repeat 0px 0px;
	height: 286px;
	width: 730px;
}

/*
------------------------------------------------------------------------------
 Navigation
------------------------------------------------------------------------------
*/
#navigation
{
	color: #fff;
	height: 31px;
	line-height: 31px;
	padding-top: 249px;
	padding-left: 50px;
	width: 680px;
}

#navigation li{float: left; list-style-type: none;}

#navigation li a
{
	background-color: inherit;
	color: #666;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}

#navigation .active,#navigation a:hover{color: #fff; text-decoration: none;}

/*
------------------------------------------------------------------------------
 Content
------------------------------------------------------------------------------
*/
#content{float: left; width: 500px;}
#content h1{padding: 10px 5px 0px 25px;}
#content h2{margin: 0px 5px 5px 25px; padding-bottom: 5px;}
#content p{padding: 5px 5px 5px 25px;}
#content p strong{color: #3a4035;}
#content img{float: left; margin: 3px 10px 20px 5px; border: solid 1px #495e5f; padding: 3px;}
#content img.noborder{border: none; padding: 0px; margin: 0px 0px 0px 15px;}
#content ul{
	list-style-type:none;
	margin:10px 0px 15px 40px;
}
#content ul li{
	background: transparent url(../images/bullet.gif) no-repeat;
	padding-left:12px;
	margin-top:6px;
}
/*
------------------------------------------------------------------------------
 Sub
------------------------------------------------------------------------------
*/
#sub{float: right; width: 220px;}
#sub h1{padding: 10px 10px 0px 10px; background-position: 0px 0px;}
#sub h2{margin: 0px 20px 5px 10px; padding-bottom: 5px;}
#sub p{line-height: 16px; padding: 3px 25px 0px 10px; text-align: center;}
#sub p span{text-align: right;}
#sub p strong{color: #3a4035;}

/*
------------------------------------------------------------------------------
 Footer
------------------------------------------------------------------------------
*/
#footer
{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	clear: both;
	font-size: 11px;
	margin: 20px 25px 0px 25px;
	width: 680px;
}

#footer p
{
	color: #bbbeae;
	padding: 5px 10px 5px 10px;
}

#mini
{
	width: 470px;
	margin: 0px 5px 0px 25px;
}

#mini img
{
	border: solid 1px #495e5f;
	padding: 3px;
	margin: 5px 0px 5px 30px;
}

#mini2
{
	width: 220px;
	margin: 0px 0px 0px 0px;
}

#mini2 img
{
	border: solid 1px #fff;
	padding: 3px;
	margin: 5px 15px 5px 15px;
}