body {
	color: #000000;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background-color: #ffffff;
	margin:10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../../images/0Background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*div.left {
	float: left;
	width: 200px;
	border-right-width: 0px;
	border-right-color: #5a0502;
	border-right-style: solid;
}*/

/*div.right {
	float: left;
	width: 600px;
	border-right-width: 0px;
	border-right-color: #5a0502;
	border-right-style: solid;
}*/

div.admin_menu {
	float: left;
	width: 150px;
	border-right-width: 0px;
	border-right-color: #5a0502;
	border-right-style: solid;
}
div.admin_tool {
	float: left;
	width: 600px;
	border-right-width: 0px;
	border-right-color: #5a0502;
	border-right-style: solid;
	padding-left: 10px;
}
div.register {
	float: left;
	width: 600px;
	border-width: 1px;
	border-color: #5a0502;
	border-style: solid;
	margin: 50px;
}
div.left {
	float: left;
	width: 150px;
}

div.select1 {
	float: left;
	width: 150px;
	background-color: #ff0000;
}

div.select2 {
	float: left;
	width: 150px;
	background-color: #00ff00;
}

div.select3 {
	float: left;
	width: 150px;
	background-color: #0000ff;
}

div.search {
	float: left;
	width: 150px;
	background-color: #0000ff;
}

div.admin_copyright {
	float: left;
	width: 600px;
	text-align: center;
}

img.icon {
	border-width: 0px;
}

th {
	background-color: #FD964A;
	color: #ffffff;
	text-align: left;
	height: 20px;
}

td.r0 {
	background-color: #fffec8;
}

td.r1 {
	background-color: #fff6b9;
}

A {
	color: #666666;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: underline;
}

.clear {
	clear:both;
}

A:Visited {
	color: #666666;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: underline;
}

A:Active {
	color: #666666;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: underline;
}

A:Hover {
	color: #60789C;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: underline;
}

a:link img.gal,a:visited img.gal {
	border-color: #666666;
	border-width: 2px;
	border-style: solid;
}

a:hover img.gal,a:active img.gal {
	border-color: #60789C;
	border-width: 2px;
	border-style: solid;
}


#gallery_thumbnails {
	width:auto;
}
#gallery_thumbnails td.galthumbs {
	width:160px;
	height:100px;
}
#gallery_thumbnails td.galthumbs img {
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
#gallery_container {
	margin:0 0 0 200px;
}
div.gallery_select {
	float:left;
	margin:0 0 0 -200px;
	width:180px;
}
div.gallery_images {}

@media only screen and (max-width : 768px) {
	#gallery_container {
		margin:0 0 0 0;
	}
	div.gallery_select {
		float:none;
		margin:0 0 0 0;
		width:auto;
		max-width:100%;
	}
	#gallery_thumbnails td.galthumbs {
		width:21% !important;
		padding:0 2%;
		height:60px !important;
	}
	object, embed { width:100% !important;}
}

@media only screen and (max-width : 640px) {
	#gallery_container {
		margin:0 0 0 0;
	}
	div.gallery_select {
		float:none;
		margin:0 0 0 0;
		width:auto;
		max-width:100%;
	}
	#gallery_thumbnails td.galthumbs {
		width:21% !important;
		padding:0 2%;
		height:60px !important;
	}
	object, embed { width:100% !important;}
}		

@media only screen and (max-width : 512px) {
	#gallery_container {
		margin:0 0 0 0;
	}
	div.gallery_select {
		float:none;
		margin:0 0 0 0;
		width:auto;
		max-width:100%;
	}
	#gallery_thumbnails td.galthumbs {
		width:21% !important;
		padding:0 2%;
		height:60px !important;
	}
	object, embed { width:100% !important;}
}

@media only screen and (max-width : 320px) {
	#gallery_container {
		margin:0 0 0 0;
	}
	div.gallery_select {
		float:none;
		margin:0 0 0 0;
		width:auto;
		max-width:100%;
	}
	#gallery_thumbnails td.galthumbs {
		width:21% !important;
		padding:0 2%;
		height:60px !important;
	}		
	object, embed { width:100% !important;}
}

