@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	font-family: "Gill Sans", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: black;
}

h1 {
	font-size: 34px;
	font-weight: bolder;
	color: #FF9900;
}

p.fine_print {
	font-size: 10px;
}

a:link {color: #FF9900;}
a:visited {color: #FF9900;}
a:hover {color: #FF9900;}
a:active {color: #FF9900;}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 744px;
	background-image: url('Media/Wrapper_Background.jpg');
	background-repeat: repeat-y;
	background-color: white;
}

#left_stripe {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 100%;
	background-color: #FF0099;
}

#right_stripe {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 1000px;
	background-image: url('Media/Edge.jpg');
	background-repeat: repeat-y;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 744px;
	height: 285px;
	background-image: url('Media/header.png');
	background-repeat: no-repeat;
	background-position: 4px 69px;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 513px;
	height: 25px;
}

#nav {
	position: absolute;
	top: 108px;
	left: 182px;
}

#main {
	position: relative;
	margin: 0;
	padding: 172px 0 0 182px;
	width: 513px;
}

img.page_name {
	margin: 0 0 19px 0;
}

.network_icon {
	margin: 5px 5px;
	border: none;
}

img.gallery_mini {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	border: 0;
}