/* Global Styles */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:  #661;
    background-color: #CC9900;
}


h1 {
	font-size: 30px;
	}
	
h2 {
	font-size: 24px;
	}


h3 {
    font-size: large;
    font-weight: bold;
    font-style: italic;
    font-variant: normal;
}

h4 {
	font-size: 14px;
	}
	

/* ID Styles */
	
#allcontent {
    position: relative;
    width: 800px;
    height: 1550px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-right: #6600cc double;
    border-top: #6600cc double;
    border-left: #6600cc double;
    border-bottom: #6600cc double;
    background-color: #99cc00;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#minorallcontent {
    position: relative;
    width: 600px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-right: #6600cc double;
    border-top: #6600cc double;
    border-left: #6600cc double;
    border-bottom: #6600cc double;
    background-color: #99cc00;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}


#nav {
    position: absolute;
    width: 130px;
    height: 130px;
    left: 0px;
    top: 200px;
    margin-right: 40px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #990099;
}

#scroll  {
	position:absolute;
	width: 520px;
	height: 1800;
	left: 125px;
	top: 200px;
}

#headline
{
    font-size: large;
    position: absolute;
    left: 180px;
    top: 220px;
    width: 480px;
    height: 100px;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    color: #006600;
}


#heading1  {
	position:absolute;
	width: 450px;
	height: auto;
	left: 180px;
	top: 420px;
	text-align:center;
	font-size:x-large;
	font-style:italic;
	font-weight:bolder;
}

#header {
    position:absolute;
    width:60px;
    left:730px;
    top:210px;
}

#mainbody
{
    position: absolute;
    width: 460px;
    height: auto;
    left: 190px;
    top: 380px;
    font-size: 12px;
    text-align: justify;
    line-height: 125%;
}	

#faqmainbody  {
	position:absolute;
	width: 450px;
	height:auto;
	left: 180px;
	top: 365px;
	font-size:12px;
	text-align:left;
}	

#footer {
    position: absolute;
    left: 0px;
    width: 772px;
    height: 16px;
    bottom: 25px;
    text-align: center;
    font-size: smaller;
    padding-right: 20px;
    padding-left: 20px;
    border-left-color: #669933;
    border-bottom-color: #669933;
    border-top-style: solid;
    border-top-color: #669933;
    border-right-style: solid;
    border-left-style: solid;
    background-color: #cccc00;
    border-right-color: #669933;
    border-bottom-style: solid;
    }


#smallphotos li
{   float:left;
    list-style-type:none;
    padding:2em 1em;
}

#smallphotos img
{   border: inset 4px #bb8;       
}

#photolinks
{   clear:both;
}

#photolinks li
{   float:left;
    list-style-type:none;
    padding: 0 7em 0 4em;
}

#coords
{   clear:both;
    float:left;
}

#coords li
{   list-style-type:none;
    font-size:150%;
    font-weight:bolder;
    color:#ff0;
    padding:2em 0 0 16em;
}

#minorpagefooter {
    position: absolute;
    left: 0px;
    width: 575px;
    height: 16px;
    bottom: 25px;
    text-align: center;
    font-size: smaller;
    padding-right: 20px;
    padding-left: 20px;
    border-left-color: #669933;
    border-bottom-color: #669933;
    border-top-style: solid;
    border-top-color: #669933;
    border-right-style: solid;
    border-left-style: solid;
    background-color: #cccc00;
    border-right-color: #669933;
    border-bottom-style: solid;
    }

#buybanner {
	position:absolute;
	left: 300px;
	top: 180px;
	width: 300px;
	height: 60px;
	text-align:center;
}


#right_adsense {
    position: absolute;
    height: 400px;
    left: 690px;
    top: 400px;
}

#left_adsense {
    position: absolute;
    height:400px;
    left: 10px;
    top: 400px;
}

#google_tools {
	position:absolute;
	width:200px;
	left: 684px;
	top: 1040px;
	}
	
#google_tools2 {
    position:absolute;
    width:200px;
    left: 687px;
    top: 1170px;
    }

	
a
{
    color: #0033CC;
    font-weight: bold;
    text-decoration: underline;
}
	
	
a:visited {
	color:#003399;	
	}
	
a:hover {
	color:#FFFFFF;
}
		
#nav a:hover {
	color:#FFFFFF;
	}

#nav a {
	color: #993399;
	font-weight:bold;
	font-size:small;
	letter-spacing:.1em;
	line-height: 23px;
	text-align:center;
	text-decoration:none;
	 }
#mainbody a {
	color:#0033cc;
	font-size:12px;
	text-align:justify;	
	text-decoration:underline;
	}