body {
	font-family:Arial, Helvetica, sans-serif;
	background:#000;
	font-size:small;
	text-align:center;
}

a{
	text-decoration:none;
	color:#00C;
}

a:hover{
	text-decoration:none;
	color:#fff;
	font-size: medium;
}

#wrap{
	width:800px;
	background:transparent;
	margin:0 auto;
}

/***header***/

#header {
	width:800px;
	height:100px;
	background-image: url(pride%20web/pride%20header.gif);
	background-repeat: no-repeat;
}

/***left***/

#leftcol {
	float:left;
	width:175px;
	text-align:center;
	font-size: large;
}
#leftcolb {
	float:none;
	width:175px;
	text-align:center;
	margin-top: 180px;
} 

/***content***/

#topimg {
	background:url(pride%20web/content.gif);
}

#bottomimg {
	background:url(pride%20web/contentbottom.gif);
	height:43px;
}

#container {
	float:right;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: center;
	width:600px;
	margin-top:5px;
	background-color: #282828;
	background-image: url(pride%20web/contentbody.gif);
	background-repeat: repeat-y;
	color: #000;
	font-weight: bold;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	visibility: visible;
	clear: none;
	font-size: medium;
}

#container p{
	margin:5px 5px 5px 5px;
	font-weight: bold;
	color: #000;
	font-size: medium;
	text-align: center;
}

.box1 {
	margin-left:100px;
	text-align:left;
	width:400px;
	height:468px;
	margin-top:5px;
	background-image: url(pride%20web/pride%20logo%20proper);
	position: absolute;
}

.box2 {
	background:url(pride%20web/announcement2.gif);
	text-align:center;
	width:550px;
	height:150px;
	margin: 20px;
}

#footer {
	width:800px;
	height:100px;
	background: url(../../mb%20pride/pride%20web/footer.gif') no-repeat;
	text-align: center;
}

/*************************************************************
*                               menu                         *
*************************************************************/
#menutop {
	background:url(pride%20web/menutop.gif) no-repeat;
	height:45px;
	margin: 5px 0 0 0;
}

#menubottom {
	background:url(pride%20web/menubottom.gif) no-repeat;
	height:45px;
}

#navcontainer { 
	width:175px;
	background:#212121;
}

#navcontainer ul {
	margin: 0 0 0 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	text-align: left;
	font-size: medium;
}

#navcontainer a {
	display: block;
	width: 150px;
	text-align:center;
	font-weight:bold;
}

#navcontainer a:link, #navlist a:visited {
	color:#fff;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #fff;
	color: #000;
}
/*************************************************************
*                            headers                         *
*************************************************************/

h1 {
	color:#000;
	text-align:right;
	font-size:2em;
	padding:30px 10px 0 0;
	
}

h2 {
	margin: 0 50px auto;
	color:#fff;
	text-align:center;
	height:45px;
}

h3 {
	height:45px;
	padding: 20px;
	margin: 0 50px auto;
	color:#00F;
	text-align:center;
	font-size: xx-large;
	font-weight: bold;
}
h4 {
	height:auto;
	padding:0
	color:#6CF;
	text-align:center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 50px;
	font-weight: bolder;
	vertical-align: baseline;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: auto;
	margin-left: 50px;
}

