/* Designed by Richard HANRAHAN - http://yardstick-productions.com/ */

body {
	background: #fff url(img/bg.png) repeat-y 50% 0;
	padding: 0px;
	margin: 0px;
	color: #000;
	font: 84% Arial, Helvetica, sans-serif;
}

/*Start of Content on the Left (Navbar) */
.navbar{
	font-size: 20px;
	text-align: right;
	color:	#F8F8FF;
	width: 75%;
    line-height: 24px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	word-spacing: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 25%;
	margin-top: 10%;}
	
#navlogo{			
			color:	#000000;
       		font-style: normal;
			font-weight: bolder;
			font-variant: small-caps;
        	text-decoration: none;
			text-transform: uppercase;
    
			}

#navwords{			
			color:	#000;
       		font-style: normal;
			font-weight: bolder;
			font-variant:none;
			text-decoration: none;
			text-transform: lowercase;
			font-size: 10px;
			line-height: 11px;		
			width: 120px;
			}

#navtypes{			
			color: #CCCCCC;
       		font-style: normal;
			font-weight: bolder;
			font-variant: small-caps;
        	text-decoration: none;
			text-transform: uppercase;
    
			}

		.navbar A:link {color: #FFF8FF;
		font-style: normal;
		font-weight: bolder;
		font-variant: small-caps;
		text-decoration: none;
		}

		.navbar A:visited {color:#F8F8FF;
		        font-style: normal;
			font-weight: bolder;
			font-variant: small-caps;
        		text-decoration: none;
		}

		.navbar A:active {color: #F8F8FF;
        		font-style: normal;
			font-weight: bolder;
			font-variant: small-caps;
        		text-decoration: none;
		}

		.navbar A:hover {color:	#000000;
       		font-style: normal;
			font-weight: bolder;
			font-variant: small-caps;
        		text-decoration: none;
			}

/* End of Navbar */
			
a {
	color: #569;
	text-decoration: none;
}

.bText a:visited {
	color: #236;
}

a:hover {
	color: #9ae;
	text-decoration: underline;
}

div.pageHeader h1 a,
div.pageHeader h1 a:visited {  /* IE6 */
	color: #fff;
	text-decoration: none;
}

div.pageHeader h1 a:hover {
	text-decoration: underline;
}

h2 {
	color: #78a;
	font-size: 180%;
	margin: 0;
}
h3 {
	color: #78a;
	font-size: 12px;
	line-height: 13px;
}
h4 {
	color: #78a;
	font-size: 110%;
}

p
 {
	color: #78a;
	font-size: 8px;
}

.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
}
