@charset "utf-8";
/* CSS Document */

body{
font-family: Verdana, Arial;
text-align: center;
font-size: 12pt;
word-spacing: 2px;
	color: #990099;
	background-image: url(images/bggradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#header
{
	top: 0;
	left:0;
	width: 100%;
	position: absolute;
	height: 90px;
	text-align: center;
	background-image: url(images/bnr_angelizecom.jpg);
	background-position: center;
	border-bottom:1px solid #ffcc33;
}

#header h1
{
	color:white;
	margin-left:0.1em;
	margin-top:0.45em;
}

#footer
{
	width:100%;
	border-top:2px solid #ffcc33;
}

#footer h2
{
	text-align:center;
	font-size:0.8em;
	font-weight: normal;
	padding:10px;
}

#navbar
{
	position:absolute;
	bottom:0px;
	right:50px;
}

#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:#89007e;
}

#navbar ul li a:hover
{
	color: #990099;
	background-color:white;
}


#container
{
	text-align:left;
	padding-top:100px;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

#middlecontent
{
	padding-top:0.75em;	
	text-align: center;
	width:100%;
}

h1{
	margin-left:1em;
	text-align:center;
	padding:6px;
	font-size: 1.25em;
	font-weight: bold;
	color: #990099;
	letter-spacing: -1px;
}

p{
	text-align:center;
	font-size: 14px;
	line-height: 1.5em;
	padding:8px;
}

#picturelist {
width:650px;
height:400px;
margin-top:15px;
margin-bottom:15px;
text-align:center;
margin-right:25;
margin-left:auto;
}

#picturelist li{
list-style:none;
float:left;
margin-right:25px;
margin-bottom:10px;
font-weight:thin;
color:#990099;
}

#picturelist img{
display:block;
border:1px solid #ffcc33;
}

#picturelist img:hover{
border:2px solid #990099;
}

#picturelist a{
color:#990099;
text-decoration:none;
}

#picturelist a:hover{
color:#89007e;
}


#paginglist
{
	height:30px;
	list-style:none;
}

#paginglist li
{
	display:inline;
}

#paginglist li a
{
	font-size: 0.75em;
	font-weight:normal;
	color: #89007e;
	text-decoration:none;
}

#paginglist li a:hover
{
	border-bottom:2px solid #990099;
}
