/* andreas09 v1.0 (Dec 10th 2005) - An open source template by Andreas Viklund - http://andreasviklund.com. Free to use for any purpose as long as the proper credits are given to the original author. */

body {
	background:#101020;
	color:#303030;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	height: 700px;
}

a {
	color:#800080;
	font-weight:bold;
	text-decoration:none;
}

p a {
	color:#0033FF;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#0033FF;
	text-decoration:underline;
}

p {
line-height:1.5em;
margin:0 0 15px;
}
a.blue {
	color:#0033FF;
	font-weight:bold;
	text-decoration:none;
}
p a:visited {
	color:#0033FF;
	font-weight:bold;
	text-decoration:underline;
}
p.nospace {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
tr.coloredBackground {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	background-color: #FFCC66;
}


/*** Main container ***/

#container {
background:#f0f0f0 url(img/bodybg.jpg) repeat-x;
color:#303030;
margin:0;
padding:0;
text-align:left;
width:1000px;
}


/*** Header section ***/

#sitename {
color:#ffffff;
height:96px;
margin:0 0px 0px;
text-align:center;
margin-bottom:10px;
background:transparent url(img/BAND_banner.jpg) no-repeat center;
}


#sitename h1,#sitename h2 {
font-weight:400;
letter-spacing:0px;
margin:0;
padding:0;
}

#sitename h1 {
font-size:2.4em;
padding-top:10px;
}

#sitename h2 {
font-size:1.6em;
}

/*** Horizontal menu ***/

#mainmenu {
/*float:center;*/
margin-bottom:50px;
padding-top:4px;
height:0px;
text-align:left;
}

#mainmenu ul {
font-size:1.0em;
margin:0;
padding:10;
}

#mainmenu li {
float:center;
height:35px;
list-style:none;
margin:0;
padding:0;
}

#mainmenu a {
border-right:0px solid #b0b0b0;
color:#606060;
/*display:block;*/
font-size:1.0em;
padding:0px 0px 0px;
text-decoration:none;
text-align:left;
}

#mainmenu a:hover {
/*background:#f0f0f0 url(img/menuhover.jpg) top left repeat-x;*/
color:#000000;
text-decoration:none;
}

#mainmenu a.current {
/*background:#f0f0f0 url(img/menuhover.jpg) top left repeat-x;*/
color:#505050;
text-decoration:none;
}

/*** Content wrap ***/

#wrap {
clear:both;
font-size:0.9em;
padding:0;
}

/*** Sidebars ***/

#leftside,#rightside {
margin:0;
padding:0 10px 10px;
width:165px;
}

#leftside {
float:left;
margin-right:10px;
}

#rightside {
	float:right;
	margin-left:10px;
	min-height: 800px;
}

#leftside h1,#rightside h1 {
	color:#0033FF;
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 12px;
	text-align:left;

}
#rightside  h5  {
	color:#FF0080;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 12px;
	text-align:left;

}

#leftside a h1,#rightside a h1{
	text-decoration:none;
}

#leftside a:hover h1,#rightside a:hover h1{
color:black;
text-decoration:underline;
}


#leftside h2,#rightside h2 {
font-size:1.1em;
margin:0 0 20px;
}
#leftside  p  {
	font-size:0.9em;
	line-height:1.4em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}
p.blue     {
	color: #0033FF;
	padding-top: 20px;
	font-weight: bolder;
}
#rightside  p  {
	font-size:0.9em;
	line-height:1.4em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
}



.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist li {margin-bottom:0.7em;}

.nav {
background:#0099cc;
border:1px solid #b0b0b0;
color:#ffffff;
display:block;
margin-top:8px;
padding:5px 4px 4px 10px;
position:relative;
/*text-transform:uppercase;*/
width:140px;
}

.nav:hover,.active {
background:#f8f9fa;
border:1px solid #909090;
color:#303030;
text-decoration:none;
}

.sub {
font-size:0.8em;
letter-spacing:1px;
margin:3px 0 2px 10px;
padding:4px 2px 2px 8px;
width:125px;
}

/*** Content ***/

#content,#contentalt {
background-color:#fafcff;
border:6px outset #b0b0b0;
color:#2a2a2a;
padding-left:30px;
padding-top:15px;
padding-right:30px;
padding-bottom:15px;
height:500px;
width:500px;
height:auto;
width:auto;
min-height:500px;
min-width:500px;
}
#contentLinks,/*** Content ***/#contentaltLinks {
	background-color:#fafcff;
	border:6px outset #b0b0b0;
	color:#2a2a2a;
	padding-top:15px;
	padding-bottom:15px;
	height:500px;
	width:500px;
	height:auto;
	width:auto;
	min-height:500px;
	min-width:500px;
}

#content {margin:0 200px;}
#contentLinks {margin:0 200px;}
/*#contentalt {margin:0 200px 0 20px;}*/

#content h1,#content h2,#contentalt h1,#contentalt h2 {
	background-color:inherit;
	color:#0033FF;
	font-size:1.8em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 30px;
	padding:0;
	text-align: center;
}

#content h2,#contentalt h2 {
font-size:1.6em;
margin-bottom:10px;
}
#content  h3,#contentalt  h3 {
	font-size:1.8em;
	margin-bottom:10px;
	color: #FF0080;
	text-align: center;
}
#content   h5,#contentalt   h5 {
	font-size:1.2em;
	margin-bottom:10px;
	color: #0033FF;
	text-align: left;
	font-weight: bolder;
}
#content    h4,#contentalt    h4 {
	font-size:1.2em;
	margin-bottom:10px;
	color: #FF0080;
	text-align: left;
	font-weight: bolder;
}


#linkNoUnderline{}


#linkNoUnderline a {
color:#0033FF;
font-weight:bold;
text-decoration:none;
}

#linkNoUnderline a:hover {
color:#808080;
text-decoration:underline;
}

#linkNoUnderline a:visited {
color:#0033FF;
font-weight:bold;
text-decoration:underline;
}
/*** Footer ***/

#footer {
background:#8b8b8b url(img/footerbg.jpg) top left repeat-x;
clear:both;
color:#d0d0d0;
font-size:0.9em;
font-weight:bold;
margin:0;
padding:20px 0;
text-align:center;
width:100%;
}

#dropinphoto {
background-color:#fafcff;
border:1px solid;
color:#002a2a;
padding:5px 5px 5px 5px;
float:right;
height:200px;
width:267px;
/*margin-right:10px;*/
}

#dropinphotoVert {
background-color:#fafcff;
border:1px solid;
color:#002a2a;
padding:5px 5px 5px 5px;
float:right;
height:267px;
width:200px;
margin:0 0 30px 20px;
}

#uneekphoto {
background-color:#fafcff;
border:3px;
color:#000000;
padding:0px 100px 100px 0px;
float:left;
}

#largephoto {
background-color:#fafcff;
border:1px solid;
color:#002a2a;
padding:5px 5px 5px 5px;
float:center;
height:375px;
width:500px;
margin-bottom:25px;
margin-left:7px;
}
 
 
#largephotoVert {
background-color:#fafcff;
border:1px solid;
color:#002a2a;
padding:5px 5px 5px 5px;
float:center;
height:500px;
width:375px;
margin-left:65px;
margin-bottom:25px;
}

#footer a {
color:#d0d0d0;
font-weight:bold;
}

/*** Various classes ***/


.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}


/* ######### Drop Down Menu ######### */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 1.0em Verdana;
line-height:18px;
z-index:100;
text-align:left;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	color:#0033FF;
	background:#f0f0f0 url(img/menuBg.gif) repeat-x;
	font-weight: bolder;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
color:blue;
font-weight: bold;
background:#f0f0f0 url(img/menuhover.gif) repeat-x;
}

a.largebluelinkunderline {
font-size:1.4em;
color:#0033FF;
font-weight:bold;
text-decoration:underline;
}

a.largebluelinkunderline:hover {
color:#808080;
text-decoration:underline;
}

a.largebluelinkunderline:visited {
color:#0033FF;
font-weight:bold;
text-decoration:underline;
}


a.moreinfo{
	color:#0033FF;
	position: relative;
	font-weight:bold;
	text-decoration:underline;
}

a.moreinfo:hover {
	color:#0033FF;
	text-decoration:underline;
}
a.moreinfo:visited {
	color:#0033FF;
	font-weight:bold;
	text-decoration:underline;
}

#content h5, #contentalt h5 {
	font-size:1.8em;
	margin-bottom:10px;
	color: #FF0080;
	text-align: center;
}

#pscroller1{
	width: 165px;
	height: 200px;
	top: 1px;
	right: 1px;
	position: fixed;
}
.whiteH5 {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bolder;
}


.someclass{ //class to apply to your scroller(s) if desired
}
#pcBackground{
background:#f0f0f0 url(img/pcBG.jpg) repeat;
 }

/*** End of file ***/
