/*CSS Colours

*/

/*  Reset CSS v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;}
body {line-height: 1}
ol, ul {list-style: none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none}
/* remember to define focus styles! */
:focus {outline: 0}
/* remember to highlight inserts somehow! */
ins {text-decoration: none}
del {text-decoration: line-through}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;	border-spacing: 0}


* { padding: 0; margin: 0; }

body {
background: #fff url(images/clouds.jpg) repeat-x top left;
font-family: Verdana, Helvetica, sans-serif;
font-size: 13px;}

#wrapper { 
background: url(images/bg1.png) no-repeat center 69px;
margin: 0 auto;
width: 990px;}

#faux {
margin-bottom: 0px;
overflow: auto;
width: 100%}

#header {
color: #000;
width: 990px;
padding: 0px;
height: 440px;
margin: 7px 0px 0px 0px;}

#leftcolumn { 
display: inline;
color: #000;
margin: 10px 10px 0px 20px;
padding: 0px;
width: 235px;
float: left;}

#rightcolumn { 
float: right;
line-height: 19px;
text-align:justify;
color: #232323;
font-size:15px;
margin: 10px 30px 0px 40px;
padding:0 0 10px 0;
width: 623px;
min-height:300px;
display: inline;
position: relative;
border-bottom: 1px solid #f0f3f2;}

#footer { 
width: 990px;
clear: both;
color: #000;
margin: 0px 0px 10px 0px;
padding: 0px 0px 10px 0px;}

.clear {clear:both;background:none}


h1 {
text-align:right;
color: #b6c1bd;
margin: 0 0 30px 0;
font-size: 30px;
line-height: 34px;
font-weight: bold;}


h2 {
text-align:left;
color: #000;
margin: 20px 0 20px 0;
font-size: 17px;
line-height: 19px;
font-weight: bold;}

p{
line-height: 19px;
text-align:justify;
color: #232323;
font-size:15px;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;}



#header .logo{
float:left;
margin: 0px 0 0 15px;}

#header p{
float:right;
color:#b6062d;
text-align:center;
width:400px;
font-size: 29px;
margin:0px 0 2px 100px}

#header a{
color:#b6062d;
font-size: 17px;
line-height: 19px;
text-decoration:none;}

#header a:hover{text-decoration:underline;}

#header #banner {
width:100%;
background: url(images/banner.jpg) no-repeat 500px 0px;
padding: 0px 0px 0px 5px;
margin: 30px 0px 0px 5px;
height:340px;
float:left;}

#header #banner p{
float:none;
color:#1181d2;
text-align:justify;
width:450px;
font-size: 19px;
line-height: 41px;
font-weight:bold;
margin:10px 0 30px 35px}

.contact {margin-left:280px}




#footer ul{
text-align: right;
margin: 0px 0px 0px 0px;
padding: 0px 27px 0px 0px;}

#footer li {
font-family: Helvetica, Arial, sans-serif;
color: #b6c1bd;
font-size: 10px;
display: inline;
list-style-type: none;
padding: 0px 3px 0px 0px;
margin: 0px 0px 0px 0px;}

#footer a {
font-family: Helvetica, Arial, sans-serif;
padding: 0px 3px 1px 0px;
color: #b6c1bd;
font-size: 10px;
text-decoration:none;}

#footer a:hover {
color: #b6c1bd;
text-decoration:underline;}


#leftcolumn ul {
font-size: 14px;
margin: 0px 0px 10px 5px;
padding: 0px 0px 0px 0px;
list-style: none;}

#leftcolumn ul li{
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 13px;}

#leftcolumn a{
font-size: 16px;
line-height: 21px;
margin: 0px 0px 0px 0px;
padding: 8px 5px 6px 10px;
text-decoration: none;
display:block;
width:220px;
font-weight:bold;
color: #1181d2;
border-bottom: 1px solid #f0f3f2;
border-left: 7px solid #f0f3f2;}

#leftcolumn a:hover, #leftcolumn a.act{
color: #D72950;
text-decoration:none;}



#rightcolumn ul {
font-size: 14px;
margin: 0px 0px 10px 5px;
padding: 0px 0px 0px 0px;
list-style: none;}

#rightcolumn ul li{
background: url(images/dot.gif) no-repeat 1px 6px;
margin: 0px 0px 2px 0px;
padding: 0px 0px 0px 13px;}

#rightcolumn a{
font-size: 14px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-decoration: underline;
color: #D72950;}

#rightcolumn a:hover{
color: #D72950;
text-decoration:none;}



label {color: #444}


input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	border: 1px solid #f0f3f2;
	border-left:5px solid #f0f3f2;
	padding: 1pt;
	margin: 5px;
   }
        
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #444;
	background-color: white;
	border: 1px solid #f0f3f2;
	border-left:5px solid #f0f3f2;
	padding: 1pt;
	margin: 5px;
	}
	
	
.album{
	background:#fff;
	border:1px solid #f0f3f2;
	border-left:5px solid #f0f3f2;
	padding:7px}


.album a img {
cursor: url(images/zoomin.cur), pointer;
outline: none;}

.album a img:hover {border: #eee solid 0px;}
