/* base.css */

/************************************************************************/
/* PAGE     										*/
/************************************************************************/

#screentotal { 		position: absolute; top: 0px; left: 0px; width: 100%;
                        font-family: "Arial", sans-serif; font-size: 13px; color: white; }

a:link 			{color: white; text-decoration: none;}
a:visited 		{color: white; text-decoration: none;}
a:focus 			{color: white; text-decoration: none;}
a:hover 			{color: white; text-decoration: underline;}
a:active 		{color: white; text-decoration: none;}

#pagetotal { 		 }

#pagemain { 		height: auto; }

#page {			position: relative; top: 10px; height: 1200px; width: 780px; background-image: url(../images/background20.jpg); 
                        background-repeat: no-repeat; background-position: top left; background-color: #000000; 
				margin-left: auto; margin-right: auto; border: solid 1px #ee7700; }

#page-index {		position: relative; top: 10px; height: 1740px; width: 780px; background-image: url(../images/background20.jpg); 
                        background-repeat: no-repeat; background-position: top left; background-color: #000000; 
				margin-left: auto; margin-right: auto; border: solid 1px #ee7700; }

#page-news {		position: relative; top: 10px; height: 1360px; width: 780px; background-image: url(../images/background20.jpg); 
                        background-repeat: no-repeat; background-position: top left; background-color: #000000; 
				margin-left: auto; margin-right: auto; border: solid 1px #ee7700; }

#border {			position: absolute; top: 0px; left: 0px; width: 840px; height: 684px;
				border-bottom: solid 1px #ee7700; background: transparent; }

#pageimag {			position: absolute; top: 16px; left: 112px; }
#pagetext {			position: absolute; top: 48px; left: 40px; }
#pagetext-x {		position: absolute; top: 48px; left: 400px; }

/************************************************************************/
/* CONTENT											*/
/************************************************************************/

#contentbox { 		position: absolute; top: 160px; left: 60px; width: 660px; height: auto;
				}

#contentbox-x { 		position: absolute; top: 240px; left: 60px; width: 660px; height: auto;
				border: solid gray; border-width: 1px 1px 1px 1px; }

#pngbox { 			position: absolute; top: 160px; left: -110px; height: auto; 
				 
				}

#content { 			padding: 30px 60px 30px 30px; height: auto; }
#content-x { 		background-image: url(../images/trans.gif); padding: 30px 60px 30px 30px; height: auto; }

#png { 			margin: 30px 0px 30px 0px; height: auto; 
				background-color: white; 
				color: black;
				text-align: center;
				}

#png a:link 		{color: black; text-decoration: none;}
#png a:visited 		{color: black; text-decoration: none;}
#png a:focus 		{color: black; text-decoration: none;}
#png a:hover 		{color: black; text-decoration: underline;}
#png a:active 		{color: black; text-decoration: none;}

/************************************************************************/
/* MENU											*/
/************************************************************************/

#menubox { 			position: absolute; top: 100px; right: 40px; width: auto; height: auto; color: #ffaa66; }
#menubox-x { 		position: absolute; top: 130px; left: 370px; width: auto; height: auto; }

#menutext { 			font-size: 13px; font-style: italic; font-weight: bold; display: inline; }
#menutext a {		text-decoration: none; color: #ffaa66;}
#menutext a:hover {	text-decoration: underline; color: #ffaa66;}

/************************************************************************/
/* FOOTER											*/
/************************************************************************/

#footer { 			padding: 6px 0px 6px 0px; font-size: 11px; font-style: italic; text-align: center; }

/************************************************************************/
/* UTILITIES										*/
/************************************************************************/

#txthead {			font-size: 20px; font-weight: normal; font-style: italic; color: #ffaa66; display: inline; }
#txt {			font-size: 14px; display: inline; line-height: 140%; position: relative; left: 20px; }
.line {			font-size: 13px; line-height: 140%; position: relative; left: 20px; width: 570px; border-top: solid 1px #666; }
#txttitl {			font-size: 15px; font-weight: bold; font-style: italic; display: inline; line-height: 140%; 
                        letter-spacing: 2px; }
#txttitl a {		text-decoration: none; }
#txtlink {			font-style: italic; display: inline; }
#txtlink a {		text-decoration: underline; }

.floatleft {		float: left; padding: 5px 20px 15px 20px; }
.floatleft2 {		float: left; padding: 5px 20px 65px 20px; }
.floatleft3 {		float: left; padding: 5px 20px 70px 20px; }
.floatleft4 {		float: left; padding: 0px 20px 15px 40px; }
.floatleft5 {		float: left; padding: 0px 10px 0px 0px; }
.floatright {		float: right; padding: 0px 0px 15px 30px; }
.leftpadxx {		padding: 0px 0px 0px 20px; }

/************************************************************************/
/* EOF	 										*/
/************************************************************************/

