/* Design by Gryphon Solutions, Inc. Copyright 2009 All Rights Reserved */

body {
	background-color: black;
	margin: 0;
	padding: 0;
	text-align: center;
}



#container { position: relative; margin: auto; width:1024px; height: 700px; text-align: left; }

#title_container { position: absolute; left: 0px; top: 0px; width:1024px; display: inline; }

#nav_container { position: absolute; left: 0px; top: 0px; width:1024px; display:inline; }

#content_container { position: absolute; left: 0px; top: 0px; width:1024px; display:inline; }

#pics_home_container { position: absolute; left: 0px; top: 0px; width:1024px; display:inline; }

#scroll_container { position: absolute; left: 0px; top: 0px; width:1024px; display:inline; }

#counter_container { position: absolute; left: 0px; top: 0px; width:1024px; display:inline; }

#footer_container { position: absolute; left: 0px; top: 0px; width:1024px; display:inline; }

#page_title { position: absolute; margin-left: 200px; margin-top: 10px; z-index:1; }

#page_title2 { position: absolute; margin-left: 340px; margin-top: 90px; z-index:1; }

#page_title3 { position: absolute; margin-left: 335px; margin-top: 90px; width: 370px; z-index:1; }

#nav { position: absolute; margin-left: 89px; margin-top: 103px; z-index:1; width:202px; height:335px; }

#text_content { position: absolute; margin-left: 335px; margin-top: 158px; z-index:1; width:370px; height:272px; overflow-y:hidden; }

#pics_home { position: absolute; margin-left: 750px; margin-top: 68px; z-index:1; width: 170px; height: 400px; }

#up_arrow { position: absolute; margin-left: 455px; margin-top: 440px; z-index:1; width: 50px; height: 40px; }

#down_arrow { position: absolute; margin-left: 533px; margin-top: 440px; z-index:1; width: 50px; height: 40px; }

#copyright { position: absolute; margin-left: 335px; margin-top: 492px; z-index:1; width: 370px; height: 20px; text-align:center; }

#counter { position: absolute; margin-left: 775px; margin-top: 487px; z-index:2; width: 120px; height: 30px; text-align:center; }

#footer_links { position: absolute; margin-left: 140px; margin-top: 535px; z-index:1; width: 750px; height: 40px; text-align: center;}



/* COLORS AND FONTS */

h1, h2, h3, h4, h5, h6, td, th
{ color: black; font-family: "Arial"; }

h1
{ font-size: 14px; }

h2
{ font-size: 12px; }

h3, td, th, h4, h5
{ font-size: 10px; }


h6
{ font-size: 9px; display:inline; }

h3.by
{ font-family: "Arial"; font-size: 10px; font-weight: 800; color: #110044;}



a IMG
{ border: none; }

a:link, a:visited
{ color: #cfd676; font-family: "Arial"; font-size: 9px; text-decoration: none;}

a:hover
{ color: #b2b4fc; font-family: "Arial"; font-size: 9px; text-decoration: none;}

.beige
{ color: #cfd676; }

a.blue:link, a.blue:visited
{ color: #110044; font-family: "Arial"; font-size: 10px; }

a.blue:hover
{ color: #5511ff; font-family: "Arial"; font-size: 10px; }



/* Form Style */

input.text_field
{ background: transparent; border: inset 2px #110044; color: #110044; font-family: "Arial"; font-size: 13px;}

textarea.text_area
{ background: transparent; border: inset 2px #110044; color: #110044; font-family: "Arial"; font-size: 13px; }

input.button
{ background: #110044; border: inset 2px #110044; color: #cfd676; font-family: "Arial"; font-size: 13px; }

