body { 
	/* font: 8pt/16pt georgia;  */
	color: #F0F0F0;
	background: #000000; /* url(blossoms.jpg) no-repeat bottom right; */
	font: 16px arial;
	margin: 0px;
	}
	
img {
	border: 0px;
}

h1, h2{
	margin-top: 5px;
}

ul	{
	padding-left: 0px;
}

ul ul {
	padding-left: 20px;
	padding-bottom: 5px;
}

ul ul a:visited { 
	color: #b80000; 
}

#container
    {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 800px;
    position: relative;
    background: #000000;
    padding: 0px 10px 0px 10px;
    text-align: left;
    clear: both;
    }

#main { 
	/* border-style: dashed; */
	border-width: 0px;
	/* border-color: #00ff00; */
	font-size: small;
		
	margin-left: 180px; /* Margin in which the navbar will go. */
	background-color: #000000;
}    
        
#mainheader {
	/* border-style: dashed; 
	border-width: 1px;
	border-color: #ff0000;  */
	
	height: 52px;
		
	padding: 0px;
	margin: 0px;
	
	background-image:url(siteimages/header.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}
    
#toplinks {
	height: 23px;
	padding: 0px;
	margin: 0px;
	background: black;
	text-align: right;
}

#navbar {
	/*border-style: dashed;
	border-width: thin;
	border-color: #0000FF; */
	background-color: #000000;
	
	text-align:left;
	
	width: 180px;

        min-height: 150px;	

	background-image:url(siteimages/navbar.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	
	padding-top: 70px;
	
	margin-right: 600px; 
	position: absolute; 
	top: 0px; 
	left: 10px;
}

#navbar img {
	border: 0px;
}

#navbar ul ul {
	margin-top: 3px;
}

#navbar ul li {
	padding-top: 5px;
}

#navbar ul ul li {
	padding-top: 0px;
}

#maincontent {
	padding: 10px;
	padding-bottom: 0px;
	padding-right: 40px;
	
	background-image:url(siteimages/content.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	
	min-height: 300px;
}

.item {
	background:url(siteimages/newsborder.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	
	/*
	border-width: thin;
	border-color: lime;
	border-style: solid;
	*/
	
	
	padding-top: 5px;
	padding-left: 5px;
	
	min-height: 100px;
	margin-bottom: 30px;
}

.item p, .item h1, .item h2 {
	padding-left: 140px;
	/* This moves all h1, h2, and p text into a nice block to the right of the item trollnails. */
}

.item h1 {
	font-size: large;
}

.item img {
	float: left;
}

/* The pretty descriptive text below previews of images */
.imageinfo p {
	border-width: thin;
	border-color: 555555D;
	border-style: solid;
	//background:#222222;
	
	background-image: url(siteimages/imageinfo.jpg);
	
	background-repeat: no-repeat;
	background-position: top right;
	
	padding: 0.5em;
	// max-width: 500px;
}

/* Custom hyperlink colour scheme */
a {text-decoration:none;}
a:active {color: #b80000; }
a:link {color: #B80000;}
a:hover {color: #DD0000;}
a:visited {color: #990000;}

/* Lists will by default have no bullet points */
ul {list-style: none;}