body {
	margin:0px auto;
	text-align:center;
	}


#wrapper {
	margin-left: auto;
margin-right: auto;

	position: relative;
	text-align: left;
	margin-top: 60px;
	padding: 0px;
	width: 800px;

}

#wrapper2 {
margin-left: auto;
margin-right: auto;

	position: relative;
	text-align: left;
	margin-top: 30px;
	padding: 0px;
	width: 750px;

}



#header {
  	float: left;
  	background: #fff;
  	width: 750px;
	margin: 0px;
	padding: 0px;
	border-bottom: thin solid gray;
}

#header a:link {
font-family: sans-serif;
font-size: 13;
color: white;
text-decoration:none;

}
#header a:active {
font-family: sans-serif;
font-size: 13;
color: white;
text-decoration:none;
}
#header a:visited {
font-family: sans-serif;
font-size: 13;
color: white;
text-decoration:none;
}
#header a:hover {
font-family: sans-serif;
font-size: 13;
color: black;
text-decoration:none;
}



.navbox { 
	background: gray;
	font-family: sans-serif;
	  font-size: 14;
	 font-color: white;
	word-spacing: 6px;

	 border-left: thin solid gray;
	  border-right: thin solid gray;
	  border-top: thin solid gray;

}

.samelink { word-spacing: 0px;
		text-decoration:none; }


#leftcol {
  	background: #fff;
	padding: 10px;
  	float: left;
	margin-left: 15px;
  	width: 180px;
	line-height: 2;
}

#leftcol2 {
	float: left;
  	background: gray;
  	width: 200px;
	line-height: 2;
	
}
#leftcol2 .spacer {
	padding: 7px;
	
}

/** index nav styles **/

#leftcol ul {
	margin: 0;
	list-style-type: none;
}

#leftcol a:link {
font-family: sans-serif;
font-size: 14;
color: black;
}
#leftcol a:active {
font-family: sans-serif;
font-size: 14;
color: black;
}
#leftcol a:visited {
font-family: sans-serif;
font-size: 14;
color: black;
}
#leftcol a:hover {
font-family: sans-serif;
font-size: 14;
color: gray;
}

/** paypal link on main page **/
#leftcol button {
    overflow: visible;
	width: auto;
    }
#leftcol button.link{
    margin:0;
    padding:0;
    border:0;
    background:0;
    font-size:14;
    font-family: sans-serif;
    color:black;
    text-decoration:underline;
    text-align: left;
    cursor:pointer;
	-moz-user-select: text;
    }

#leftcol button.link:hover span {
	color: gray;
	}

#leftcol2 ul {
	margin: 0;
	list-style-type: none;
}

#leftcol2 a:link {
font-family: sans-serif;
font-size: 12;
color: white;
}
#leftcol2 a:active {
font-family: sans-serif;
font-size: 12;
color: white;
}
#leftcol2 a:visited {
font-family: sans-serif;
font-size: 12;
color: white;
}
#leftcol2 a:hover {
font-family: sans-serif;
font-size: 12;
color: gray;
}


/**		     **/
#content {
 	background: #fff;
  	float: left;
	margin-top: 10px;
	

}

#content2 {
 	background: #fff;
	text-align: justify;
	font-family: sans-serif;
	font-size: 12;
	padding: 10px;	
	word-spacing: 4px;
	line-height: 20px;
border-left: 200px solid gray;
/** border-right: 2px solid gray; **/

}

#content2 .nojust {
	text-align: left;
}

#content2 img {
	border: thin solid gray;
	float: right;
}

#backleft img {
	float: none;
	text-align: left;
	border: none;
}

#languages img {
	float: none;
	text-align: left;
	border: none;
	padding: 4px;
}

table {
	font-family: sans-serif;
	font-size: 12;
	font-color: black;
}

#rightcol {
  	background: #fff;
  	float: left;
	margin-left: 15px;
  	width: 160px;
	padding: 10 px;
	font-family: sans-serif;
	font-size: 14;
	font-color: black;
}

#rightcol ul {
	margin: 0 px;
	list-style-type: none;
	font-family: sans-serif;
	font-size: 12;
}

#rightcol a:link {
font-family: sans-serif;
font-size: 12;
color: black;
}
#rightcol a:active {
font-family: sans-serif;
font-size: 12;
color: black;
}
#rightcol a:visited {
font-family: sans-serif;
font-size: 12;
color: black;
}
#rightcol a:hover {
font-family: sans-serif;
font-size: 12;
color: gray;
}

#rightcol h1 {
font-family: sans-serif;
font-size: 14;
color: black; }





#footer {	
  	clear: both;
  	background: #fff;
  	width: 750px;
	text-align: right;
	border-top: thin solid gray;
	font-family: sans-serif;
	font-size: 10;
	font-color: gray;
}
#footer2 {	
	clear: both;
	float: right;
  	background: #fff;
  	width: 750px;
	text-align: right;
	border-top: thin solid gray;
	font-family: sans-serif;
	font-size: 10;
	font-color: gray;
}
