body  {
	font-family : Arial, sans-serif;
	font-size : 15px;
	color : #2a2a2a;
	background-color: #ffffff; /* 7E7E7E */
	margin: 0;
	padding: 30px 0 0 0;
	}

td  {
	font-family : Arial, sans-serif;
	font-size : 15px;
	color : #2a2a2a;
	}

blockquote {
	margin-top : 0;
	margin-bottom : 0;
	}
	
img, a img, a, #resumebutton, #pausebutton	{
	border: none;
	}

ul {
	margin-top : 0;
	padding-top : 0;
	list-style-position : outside;	
	}
ul li {
	margin-top : 0;
	padding-top : 0;
	margin-bottom : 12px;
	list-style-position : outside;
	}
p  {
	}

ol li {
	margin-top : 0;
	padding-top : 0;
	margin-bottom : 12px;
	list-style-position : outside;
	}



	
/* HEADERS */
	
h1 {
	font-size : 15px;
	font-weight : bold;
	display : inline;
	}
h2 {
	font-size : 14px;
	font-weight : normal;
	display : inline;
	}
h3 {
	font-size : 13px;
	font-weight : normal;
	display : inline;
	}


/* PAGE OUTER STRUCTURE */

#wrap      
	{ width:730px; margin:0 auto; } /* "auto" makes the left and right margins center the wrapper */ 
	

#pagebody  {
	width: 730px;
	}
	
	

/* LEFT SIDEBAR */
	

#btnsarea, #btnsareaHome  {
	width: 200px;
	text-align:left;
	float: left;
	line-height: 17px;
	}
	
#websitename  {
	color: #ff9d29;
	}
#btnsareaHome #websitename  {
	color: #6f80ff;
	}	
	
	#btnsarea div.btns a.primarybtn, #btnsareaHome div.btns a.primarybtn   {
		display: block;
		padding: 0;
		margin: 15px 0 0 0;
		}
		
		#btnsareaHome div.btns a.offpage:link, #btnsareaHome div.btns a.offpage:visited   {
			color: #2a2a2a;
			}
		#btnsarea div.btns a.offpage:link, #btnsarea div.btns a.offpage:visited   {
			color: #2a2a2a;
			}
		#btnsareaHome div.btns a:hover   {
			color: #6F80FF;
			text-decoration : none;
			}
		#btnsarea div.btns a:hover   {
			color: #ff9d29;
			text-decoration : none;
			}
			
		/* on page */
		#btnsareaHome div.btns a.onpage:link, #btnsareaHome div.btns a.onpage:visited, #btnsareaHome div.btns a.onpage:hover   {
			color: #6F80FF !important;
			}
		#btnsarea div.btns a.onpage:link, #btnsareaHome div.btns a.onpage:visited, #btnsareaHome div.btns a.onpage:hover   {
			color: #ff9d29 !important;
			}
			
	#btnsarea div.pagebtns, #btnsareaHome div.pagebtns  {
		font-size: 12px;
		text-align: right;
		width: 62px;
		line-height: 14px;
		}				
		#btnsarea div.pagebtns a.secondarybtn, #btnsareaHome div.pagebtns a.secondarybtn  {
			display: inline;
			padding: 0;
			margin: 0 0 4px 0;
			}



/* CONTENT AREA */
	
#contentText {
	float: right;
	width: 530px;
	font-size: 13px;
	text-align: left;
	}
	#contentText img  { 
		padding : 4px;
		}
	.invisibletext  {
		color: #544f4c;
		}
	.orangetext  {
		color: #ff9d29;
		}
	
	
#gallery  { 
	float: right;
	width: 530px;
	font-size: 13px;
	text-align: left;
	}
	#gallery td { 
		text-align: right;
		}
	#gallery a { 
		}
	#gallery td.rtimg  { 
		text-align: right;
		padding-left : 16px;
		}



/* POPUP IMAGE*/	
#popupimg {
	text-align: center;
	font-size: 12px;
	}
#popupimg img {
	margin: 0 0 5px 0;
	border: 2px solid #2a2a2a; /* 2px solid #2a2a2a */
	width: 520px;
	height: 500px;
	}
#popupimg2 {
	text-align: center;
	font-size: 12px;
	width: 520px;
	height: 560px;
	}
#popupimg2 div {
	height: 500px;
	}
#popupimg2 img {
	margin: 0 0 5px 0;
	border: 2px solid #2a2a2a; /* 2px solid #2a2a2a */
	width: auto;
	height: auto;
	}
#popupimg img.wideimg {
	margin: 0 0 5px 0;
	border: 2px solid #2a2a2a; /* 2px solid #2a2a2a */
	width: 700px;
	height: 350px;
	}
#navprev  {
	width: 150px;
	float: left;
	padding: 0;
	margin: 0;
	}
#navnext  {
	width: 150px;
	float: right;
	padding: 0;
	margin: 0;
	}



/* BOTTOM AREA */	
	
#copyrights  {
	padding: 14px 0 0 200px;
	text-align:left; 
	font-size:9px;
	color: #36322f;
	}
	
	
	
	
/* FORMS */
	
input.butn  {
	color : #ff9d29;
	font-weight : normal;
	background : #544f4c;
	border : 2px solid #2a2a2a;
	margin-top : 3px;
	font-size : 12px;
	line-height : 16px;
	}
input  {
	color : #2a2a2a;
	font-weight : normal;
	background : #544f4c;
	border : 2px solid #2a2a2a;
	margin-top : 3px;
	padding : 2px;
	font-size : 12px;
	line-height : 16px;
	}
textarea  {
	color : #2a2a2a;
	background : #544f4c;
	border : 2px solid #2a2a2a;
	margin-top : 3px;
	font-size : 12px;
	line-height : 16px;
	}
select  {
	color : #2a2a2a;
	background : #544f4c;
	border : 2px solid #2a2a2a;
	margin-top : 3px;
	font-size : 12px;
	line-height : 16px;
	}
.radiostyle {
	color : #2a2a2a;
	background-color : #544f4c;
	border : 2px solid #998876;
	}
	

	
/* LINKS */
	
	
		
		
	/* NORMAL LINKS */
	
	#btnsareaHome a:link, #btnsareaHome a:visited {
		color : #2a2a2a;
		text-decoration : none;
		}
		
		
	/* STYLE SWITCH BUTTON */
	

	#styleswitchie  {
		position: relative;
		height: 1px;
		width: 1px;
		}
	#styleswitchie div  {
		position: absolute;
		margin-left: -210px;
		text-align: left;
		font-size: 10px;
		}
	#styleswitchie div.dark {
		width: 300px;
		height: 70px;
		z-index: 100;
		margin-top: 3px;
		}
	#styleswitchie div.light {
		width: 1px;
		height: 1px;
		z-index: 1;
		overflow: hidden;
		margin-top: -9px;
		}
	#styleswitchie div.dark a:link , #styleswitchie div.dark a:visited, #styleswitchie div.dark a:hover {
		/* background-color: #ffffff; */
		text-decoration: none;
		}
	
	
	
	A:link {
		color : #ff9d29;
		text-decoration : none;
	}
	
	A:visited {
		color : #ff9d29;
		text-decoration : none;
	}
	
	A:hover {
		text-decoration : underline;
	}
