body {
	background: black;
	margin: 0pt;
	padding: 0pt;
	color: orange;
	font-family: Arial,san-serif;
	font-size: 1em;
}

a:link {
	color: orange;
}

a:visited {
	color: yellow;
}

a:hover {
	color: blue;
}

a:active {
	color: yellow;
}

p.indent {
	text-indent: 1em;
}

p {
        text-indent: 1em;
        margin-left: 1em;
        margin-right: 2em;
}

p#padleft {
        text-indent: 1em;
        padding-left: 125px;
        margin-right: 2em;
}

#container {
	position: relative;
	z-index: 99;
}

#logoarea {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	padding-top: 11px;
	left: 0px;
	width: 130px;
	height: 130px;
}

#header {
	position: absolute;
	top: 0pt;
	left: 130px;
	height: 130px;
	width: 660px;
}

#sidebar {
	position: absolute;
	left: 0pt;
	top: 130px;
	width: 130px;
	height: 428px;
}

#main {
	position: absolute;
	top: 130px;
	left: 130px;
	width: 660px;
}

#menu {
	border-style: solid solid none;
	border-color: blue;
	border-width: medium;
	background: purple;
	width: 105px;
}

#menu #main_menu a {
	border-bottom: medium solid blue;
	padding: 0px 0px 0.25em;
	display: block;
	width: 100%;
	text-align: center;
}

#menu #main_menu {
	margin: 0pt;
	padding: 0pt;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	line-height: 19px;
}

#menu #main_menu a:hover {
	border-bottom: medium solid black;
	background: transparent url(images/marble_tan_pink.jpg) repeat scroll 0%;
	color: blue;
}

#sideinner {
	position: absolute;
/*	background: transparent; */
	left: 10px;
}


#inner {
	position: absolute;
}

#footer {
	position: absolute;
	top: 540px;
	width: 100%;
	font-size: 0.7em;
}

#sidefooter {
	position: absolute;
	top: 610px;
	width: 100%;
	font-size: 0.7em;
}

#picture1 {
        position: absolute;
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 5px;
        padding-right: 5px;
/*        left: 5%; */
        width: 115px;
        height: 150px;
	background: blue;
/*        border: none; */
        border-color: black;
}

#pics_row1 {
	height: 130px;
}

#pics_row2 {
	left: 135px;
	height: 130px;
}

#pic1 {
        position: absolute;
	left: 50px;
	width: 125px;
	height: 125px;
}

#pic2 {
        position: absolute;
	left: 180px;
	width: 125px;
	height: 125px;
}

#pic3 {
        position: absolute;
	left: 305px;
	width: 125px;
	height: 125px;
}

#pic4 {
        position: absolute;
	left: 430px;
	width: 125px;
	height: 125px;
}
@media print {
	body {
		background: white none repeat scroll 0%;
		color: black;
	}
}

