/* GENERAL CSS START */

* {
	margin  : 0;
	padding : 0;
}

html {
	width : 100%;
}

body {
	font-family : 'Tahoma', Arial;
	text-align  : center;
	color       : white;
	font-size   : 12px;
	background  : black url('../images/background.jpg') top left repeat-x;
}

.all {
	margin     : 0 auto;
	text-align : center;
	width      : 990px;
}

h1 {
	color         : #e1e1e1;
	font-weight   : normal;
	font-size     : 18px;
	line-height   : 57px;
	text-align    : right;
	margin        : 0 0 0 0;
	width         : 308px;
	height        : 97px;
	padding       : 0 20px 0 0;
	font-family   : Tahoma;
	float         : right;
}

h2 {
	color         : #B68B00;
	font-weight   : bold;
	font-size     : 12px;
	line-height   : 25px;
	text-align    : left;
	margin        : 0 0 0 0;
}

h3 {
	color         : white;
	font-weight   : bold;
	font-size     : 11px;
	line-height   : 42px;
	text-align    : center;
}

h4 {
	color         : #4e4e4e;
	font-weight   : bold;
	font-size     : 12px;
	line-height   : 21px;
	text-align    : left;
}

h5 {
	color         : #605f5f;
	font-weight   : normal;
	font-size     : 11px;
	line-height   : 18px;
	text-align    : left;
	margin        : 0 20px 4px 20px;
	padding       : 5px 0 0 0;
}

h6 {
	color         : white;
	font-weight   : normal;
	font-size     : 12px;
	line-height   : 18px;
	text-align    : left;
	margin        : 0 20px 4px 20px;
	padding       : 5px 0 0 0;
}

p {
	color         : white;
	font-weight   : normal;
	font-size     : 13px;
	line-height   : 18px;
	text-align    : justify;
	margin        : 20px 0 5px 0;
}

.pClass {
	color         : white;
	font-weight   : normal;
	font-size     : 12px;
	line-height   : 17px;
	text-align    : justify;
	margin        : 5px 0 5px 0;
}

a {
	color           : #9c9c9c;
	text-decoration : none;
	outline         : none;
}

a:hover {
	color           : #f47920;
	text-decoration : none;
	outline         : none;
}

a img {
	padding : 0;
	margin  : 0;
	border  : 0;
}

.selected a {
	color : white;
}

.selected a:hover {
	color : white;
}

hr {
	color  : white;
	height : 1px;
	margin : 2px 0 0 0;
}

th {
	background  : #FFFFFF;
	padding     : 5px;
	line-height : 20px;
}

.th {
	background  : #6D8D78;
	padding     : 5px;
	line-height : 20px;
	font-weight : bold;
	text-align  : center;
}

table {
	text-align : center;
	margin    : 0 auto;
}

.imgRight {
	float  : right;
	margin : 13px 0 13px 18px;
}

.imgLeft {
	float  : left;
	margin : 13px 18px 13px 0;
}

.clear {
	clear  : both;
	margin : 15px 0 15px 0;
}

li {
	margin     : 10px 0 0 20px;
	text-align : left;
}

.emphasize {
	color       : #f47920;
	font-weight : bold;
}

.emphasize a {
	color       : #f47920;
	font-weight : bold;
	display     : block;
}

a .emphasize:hover {
	color       : white;
	font-weight : bold;
}

/* GENERAL CSS END */

.line {
	border-top : 1px solid white;
}

.menu table {
	float : right;
}

.mainContent {
	min-height : 400px;
}

.rightColumn {
	text-align     : right;
	height         : 64px;
	vertical-align : top;
}

.leftColumn {
	text-align : left;
}

.galleryMenu {
	border-left : 1px solid white;
	padding     : 0 0 0 0;
	margin      : 0 0 0 22px;
}

.galleryMenu li {
	list-style : none;
}

.galleryMenu li a {
	color : white;
	font-size : 14px;
}

.galleryMenu li a:hover {
	color : #F47920;
}
.galleryMenu .selected a {
	color : #00aeef;
	font-size : 14px;
}

.galleryMenu .selected a:hover {
	color : #00aeef;
	font-size : 14px;
}


