html{
	overflow-y: scroll;
}

*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Verdana;
	font-size: 13px;
}

h1{
	font-size: 20px;
	padding-bottom: 10px;
	color: #d80045;
}

h2 {
	font-size: 14px;
	line-height: 16px;
	color: #663399;
}

#fullcontainer{
    margin: 0 auto;
	width: 780px;
	order: solid 1px #FFFFFF;
}

/*          Top           */
#header{
	width: 780px;
}

#menu{
    width: 204px;
    float: left;    
}

#menuitems{
	width: 204px;
	float: left;
	clear: both;
	text-align:center;
}


/*          Mid           */
#content{
    float: left;
	width: 780px;
	background: url(../pics/content_bg.gif) repeat-y;
}

#leftcontainer{
	width: 204px;
    float: left;
}

#rightcontainer{
    width: 576px;
    float: left;
}

#contentText{
	padding-right: 20px;
	padding-left: 20px;
}

/*        Bottom          */
#footer{
    clear: both;
	height: 26px;
    text-align: center;
	background-image:url(../pics/footer.gif);
	background-repeat: no-repeat;
}

