/* Made by Jack Qiao @ www.pureweb.ca
(feel free to erase that)
*/

/* The Esentials
+++++++++++++++++++++++++++++++++++*/

* {
margin: 0;
padding: 0;
}

body {
background: #c33499 url("images/wmback.jpg") repeat-y;
color: #000000;
font: normal 11px/25px georgia, times, serif;
}

h1 {
font: normal 53px/30px georgia, times, serif;
color: #6E3C1F;
display: block;
width: 565px;
border: 1px solid #4D2A16;
border-width: 0 0 1px 0;
margin: 65px 0 2px 112px;
padding-bottom: 15px;
cursor: default;
}

* html h1 {
	position: relative;
	top: 45px;
	padding-top: 20px;
	left: 24px;

}

h2 {
font: normal 24px 'ms serif', 'new york', serif;
color: #6E3C1F;
margin: 10px 0 -40px 292px;
}

* html h2 {
margin: 60px 0 -40px 292px;
}

h3 {
font: normal 14px 'ms serif', 'new york', serif;
color: #ffffff;
margin: 10px 0 -40px 292px;
}

* html h3 {
margin: 40px 0 -40px 292px;
}

img {
border: none;
}

#top {
width: 608px;
height: 39px;
position: absolute;
top: 0;
left: 94px;
background: #c33499 url("images/wmtop.jpg") no-repeat;
}

a {
color: #fff;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #fc9;
}

/* Basic Structure
+++++++++++++++++++++++++++++++++++*/

p {
width: 315px;
margin: 0 0 0 292px;
}

.quote {
background: #DB73BB url("images/wmq1.gif") no-repeat;
background-position: 3% 10%;
font: normal 15px/24px georgia, times, serif;
color: #C33499;
width: 350px;
margin: 20px 0 20px 292px;
}

.quote span {
display: block;
border: 1px solid #720151;
border-width: 1px 0;
width: 250px;
height: 100%;
background: transparent url("images/wmq2.gif") no-repeat;
padding: 30px 50px;
background-position: 90% 85%;
}

.pictures {
list-style: none;
position: absolute;
top: 315px;
left: 111px;
}

.pictures a {
border: 4px solid #8F0165;
display: block;
margin-top: 5px;
}

.pictures a:hover {
border-color: #DB73BB;
}

#footer {
margin: 40px 0 0 420px;
height: 50px;
}

/* Navigation
+++++++++++++++++++++++++++++++++++*/

#nav {
position: absolute;
top: 113px;
left: 112px;
list-style: none;
}

#nav a {
font: normal 11px/30px arial, tahoma, verdana, sans-serif;
color: #fff;
text-decoration: none;
display: block;
width: 130px;
height: 30px;
background-color: #DB73BB;
margin-top: 1px;
padding-left: 10px;
}

* html #nav a {
width: 130px;
}

#nav a:hover {
background-color: #E294CB;
}

#current a{
background-color: #8F0165;
}
