*{
	margin:0;
	
}

body
{
	font-family: Tahoma, Verdana, Arial;
	text-align: center;
	font-size: 10pt;
	word-spacing: 5px;
	color: #515151;
	background-image: url(bggradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#header
{
	top: 0;
	left:0;
	width: 100%;
	position: absolute;
	height: 100px;
	text-align: center;
	background-color: Black;
	background-image: url(banner2.jpg);
	border-bottom:5px solid #D00073;
}

#header h1
{
	color:white;
	
	margin-top:0.2em;
}

#footer
{
	width:100%;
	border-top:5px solid #D00073;
}

#footer h2
{
	text-align:right;
	font-size:0.8em;
	font-weight: bolder;
	padding:10px;
}

#navbar
{
	
	bottom:0px;
	text-align:center;
}

#navbar ul
{
	list-style: none;
}

#navbar li
{
	display:inline;
}

#navbar ul li a
{
	height: 25px;
	color: white;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	background-color:#D00073;
}

#navbar ul li a:hover
{
  font-weight: bolder;
	color: #CCCCCC;
	background-color:#990066;
}


#container
{


   	padding-top:120px;
	
}



h1
{
	
	text-align:center;
	padding:10px;
	font-size: 2.5em;
	font-weight: lighter;
	color: #D00073;
	letter-spacing: -2px;
}

p
{
	
	line-height: 1.8em;
	
}

#picturelist {
width:620px;
height:400px;
margin-top:30px;
margin-bottom:30px;
text-align:left;
margin-right:auto;
margin-left:auto;
}

#picturelist li {
list-style:none;
float:left;
margin-right:20px;
margin-bottom:10px;
font-weight:bold;
color:#777777;
}

#picturelist img{
display:block;
border:2px solid #CE3095;
}

#picturelist img:hover{
border:2px solid #F4C0DA;
}

#picturelist a{
color:#777777;
text-decoration:none;
}

#picturelist a:hover{
color:#999999;
}


#paginglist
{
	height:30px;
	list-style:none;
}

#paginglist li
{
	display:inline;
}

#paginglist li a
{
	font-size: 1.2em;
	font-weight:bold;
	color: #D00073;
	text-decoration:none;
}

#paginglist li a:hover
{
	border-bottom:5px solid #D00073;
}
A:link 
{
 color: #D00073; 
}
A:hover
{
 color: #D00073;
 font-weight:bold; 
}
A:link IMG
{
  BORDER-RIGHT: #D00073 2px solid;
  BORDER-TOP: #D00073 2px solid;
  BORDER-LEFT: #D00073 2px solid;
  BORDER-BOTTOM: #D00073 2px solid
}
A:visited
IMG
{
  BORDER-RIGHT: #A86500 2px solid;
  BORDER-TOP: #A86500 2px solid;
  BORDER-LEFT: #A86500 2px solid;
  BORDER-BOTTOM: #A86500 2px solid
}
A:hover
IMG
{
  BORDER-RIGHT: #999999 2px solid;
  BORDER-TOP: #999999 2px solid;
  BORDER-LEFT: #999999 2px solid;
  BORDER-BOTTOM: #999999 2px solid
}
