/* colour 1 */
body {   
background-color: black;      
 color: white;  
 font: 14px Verdana, Arial, Helvetica, sans-serif;  
 padding:20px 0;  
 margin: 20px 0;  
 line-height: 1.5em;  
 text-align: center;}
 
 p, blockquote, ol, ul, li {color: white}	  
 
 .center {text-align: center}
 
 blockquote {font-family: georgia; font-size: 16px; font-style: italic}	 
 
 #twitter_update_list li	{padding-bottom: 10px; font-size: 12px}

h1 
{text-align: center; 
color:#C179AA;
font-size: 20px; 
font-weight: bold;
padding:20px 0 0 0}

h2 {font-size:16px}

h3 {font-size: 14px}

h4 {font-size: 14px}

p, blockquote {text-align: justify;  padding-left: 10px;  padding-right: 10px}

.center {text-align: center}

.img {border: 1px solid white}

.date {font-style: italic}

.more {font-style: italic}

.news {text-align: left}

.font10 {font-size: 10px}

#middlecolumn ul {list-style: none}

#rightcolumn ul {list-style: none; padding-left:5px}

#leftcolumn p {text-align: center}

ol, ul {margin: 0 0 2em 0; text-align: left;}

img {border: none;}

#header {border-bottom: 1px solid black;  width:800px;}

/* Center container on page */
#page {width:900px;   margin: 0 auto;    border: 1px solid black;  border-top: 0;}

/* Center container on page */
#menu {width:900px;  margin: 0 auto;   border-bottom: 1px solid black;  border-top: 0px;   padding: 0px;  clear: both}

#contentwrapper {float: none;  width: 100%;   text-align: center}

/* Set right margin to RightColumnWidth */
#contentwrapper .content {margin-right: 0px;     background-color: black;  background-image: url();   background-repeat: repeat-x;  color: white;  border-right: 0px dotted gray;}


#leftcolumn { 
 background: black;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 200px;
 float: left;

}
#middlecolumn { 
 float: left;
 border-top: 1px solid #C179AA;
 border-left: 1px solid #C179AA;
 background: black;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 430px;
 
}

#column { 
 float: left;
 border-top: 1px solid #C179AA;
 border-left: 1px solid #C179AA;
 background: black;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 630px;
 
}

#rightcolumn { 
border-top: 1px solid #C179AA;
 background: black;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 200px;
 float: left;
}

#footer {clear: both; font-size: 10px;  background-color: black;  padding: 15px;}

#footer a {font-size: 10px}

A{
	Color: #C179AA;
	Text-Decoration: underline;
	Font-Family: Verdana;
	font-weight: bold
	}


A:Visited{
	Color: #C179AA;
	Text-Decoration: none;
	}


A:Active{
	Color: #F4BE05;
	Text-Decoration: none;
	}


A:Hover{
	Color: #F4BE05;
	Text-Decoration : none;
	}



