*{
padding:0;
margin:0;
border:0;
outline:0;
}

body{
font: 0.9em 'Trebuchet MS', Verdana, sans-serif;
background:#f3ffeb/*url(images/body.jpg)*/;
}

a{
color:#5e5152;
text-decoration:none;
}

a:hover, a:active{
color:#bb6187;
}

#wrapper{
width:778px;
margin:5px auto;
padding:5px;
text-align:left;
background:#f3ffeb;
border:1px solid #f3ffeb;
}

#header{
height:150px;
text-align:center;
}

/* The navigation */
#nav{
background:#d7d7b6 url(images/swirl.jpg);
width:774px;
margin:3px auto 5px;
height:30px;
line-height:30px;
text-align:center;
}

#nav ul li{
list-style:none;
display:inline;
border-left:5px solid #f3ffeb;
padding:7px;
font-variant:small-caps;
font-size:1.1em;
background:#d7d7b6;
padding:5px;
margin-right:-4px;
}

#nav ul li.last{
border-right:5px solid #f3ffeb;
}

#nav a.active{
color:#000;
text-decoration:underline;
}

/* Defining the Text div */
#text{
margin:5px auto;
width:774px;
line-height:1.5em;
background:#f3ffeb;
}

#text .top{
background:url(images/text.jpg) no-repeat;
height:25px;
}

#text .bottom{
background:url(images/text-bottom.jpg) no-repeat;
height:21px;
clear:both;
}

p{
padding:5px 10px;
}

#text h1, h2, h3{
color:#bb6187;
padding:0 10px 0 5px;
}

#text h1{
font-size:1.2em;
color:#5e5152;
padding:2px 41px 2px 2px;
border:1px solid #bb6187;
background:url(images/h1_swirl.jpg) right no-repeat;
}

#text h2{
font-size:1em;
}

#text h3{
font-size:0.9em;
}

#text ul li{
padding:1px 10px 1px 27px;
margin-left:10px;
list-style:none;
background:url(images/bullet.jpg) left no-repeat;
}

p.more{
font-size:0.85em;
text-align:right;
padding:4px;
border-bottom:1px solid black;
}

/* Defining Col 1 under Text */
.col1{
width:400px;
padding-right:15px;
float:left;
}

/* Defining Col 2 under Text */
.col2{
width:350px;
float:left;
}

/*Images */
img.left{
float:left;
margin:5px;
border:1px solid #5e5152;
padding:2px;
}

img.right{
float:right;
margin:5px;
border:1px solid #5e5152;
}

/*Footer */
#footer{
height:25px;
width:773px;
line-height:25px;
font-size:0.8em;
text-align:center;
background:#d7d7b6;
margin:5px auto 0;
clear:both;
}

/*Misc. */
hr{
clear:both;
width:0;
}