





body {
	padding-top: 20px;
	background-color: #000000;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
}


h1 { font-size: 24px; color:#FFFFFF; font-weight: normal; margin: 0px 0px 10px 0px }
h2 { font-size: 16px; color:#CCCCCC; font-weight: normal; margin: 0px 0px 0px 0px }

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #FF0000;
}



.floatleft { float: left; margin: 10px 10px 10px 0px }
.floatright { float: right; margin: 10px 0px 10px 10px }
.clearing { clear: both; height: 0px; }



hr {
	clear:both;
}

.imgmouseover {
	cursor: pointer;
}


/* ================================ */
/*             GENERAL              */
/* ================================ */




#wholepage {
	text-align: left;
	width: 900px;
	margin: 0 auto 0 auto;
}

#wholepageL {
	text-align: left;
	width: 900px;
	margin: 0 auto 0 auto;
	background-image: url(design/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}



#title {
	float: left;
	width: 360px;
	height: 24px;
	background-image: url(design/title.png);
	background-repeat: no-repeat;
}



#maincontent {
	clear: both;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 4px 0px 4px 0px;
	padding: 10px 0px 10px 0px;
}

.general_padding { padding: 10px }

.contentPad {
	padding: 50px 100px 50px 100px;
}



/* ========================== */
/* 		MENUS 		   */
/* ========================== */

#menu {
	width: 450px;
	float: right;
}

.menuColumnLink {
	color: #999999;
	float: right;
	width: 130px;
	height: 20px;
	margin: 0px 0px 5px 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #222222;
}

.menuColumnLink:hover {
	color: #FFFFFF;
	background-color: #444444;
	cursor: pointer;
}


.menuColumn {
	float: right;
	width: 130px;
	height: 20px;
	margin: 0px 5px 5px 0px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #222222;
}

.menuColumn:hover {
	color: #FFFFFF;
	background-color: #444444;
	cursor: pointer;
}

.menuDropHidden {
	display: none;
}

.menuDropShown {
	position: relative;
	top: 19px;
	width: 140px;
	margin-left: -5px;
	padding: 3px 0px 3px 0px;
	background-color: #333333;
	overflow: hidden;
	z-index: 2;
}

.menuDropShown a {
	color: #CCCCCC;
	display: block;
	width: 200px;
	padding: 1px 5px 1px 5px;
}

.menuDropShown a:hover {
	color: #FFFFFF;
	background-color: #666666;
}








#textContent {
	border: 1px solid #333333;
	height: 600px;
	position: relative;
	overflow: auto;
}







#galleryContent {
	height: 602px;
	position: relative;
	overflow: hidden;
}

#galleryLeftLink {
	height: 600px;
	float: left;
	width: 30px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #333333;
	background-image: url(design/dimleft.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#galleryLeftLink:hover {
	background-color: #181818;
	background-image: url(design/left.png);
	cursor: pointer;
}

#galleryLeftLinkDead {
}

#galleryRightLink {
	height: 600px;
	float: right;
	width: 30px;
	margin: 0px 0px 0px 10px;
	border: 1px solid #333333;
	background-image: url(design/dimright.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#galleryRightLink:hover {
	background-color: #181818;
	background-image: url(design/right.png);
	cursor: pointer;
}

#galleryRightLinkDead {
}

#galleryLeftImage {
	height: 600px;
	float: left;
	width: 400px;
	border: 1px solid #222222;
	background-position: center center;
	background-repeat: no-repeat;
}

#galleryRightImage {
	height: 600px;
	float: right;
	width: 400px;
	border: 1px solid #222222;
	background-position: center center;
	background-repeat: no-repeat;
}

#galleryCentreImage {
	height: 600px;
	width: 814px;
	margin: 0px auto 0px auto;
	border: 1px solid #222222;
	background-position: center center;
	background-repeat: no-repeat;
}

#galleryThumbCageFixed {
	position: absolute;
	top: 10px;
	left: 50px;
	width: 400px;
}

#galleryThumbCage {
	display: block;
	position: absolute;
	top: 10px;
	left: 50px;
	width: 400px;
	height: 700px;
	padding-top: 700px;
}

#galleryThumbCage:hover {
	padding-top: 0px;
}

.galleryThumb {
	width: 40px;
	height: 40px;
	margin: 0px 7px 7px 0px;
	border: 1px solid #777777;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
}

.galleryThumb:hover {
	border: 1px solid #EEEEEE;
	cursor: pointer;
}

.galleryThumbDark {
	width: 40px;
	height: 40px;
	margin: 0px 7px 7px 0px;
	border: 1px solid #333333;
	float: left;
}




#footer {
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: right;
	padding-top: 4px;
}

#footer a {
	color: #CCCCCC;
}

#footer a:hover {
	color: #FF0000;
}





/* ================================ */
/*              BLOG                */
/* ================================ */




#blog_list {
	width: 200px;
	float: right;
}


.blog_date {
	font-size: 10px;
	float: right;
	width: 160px;
	text-align: right;
}

#blog_entries {
	float: left;
	width: 500px;
}

.blog_entry {
	margin-bottom: 16px;
	border-bottom: 2px solid #666699;  
}


#blog_title {
	margin-left: 10px;
	font-size: 28px; color:#666699; font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 2px solid #666699;  
}









/* ================================ */
/*             CONTACT              */
/* ================================ */



#contact_form {
	text-align: right;
	padding: 10px;
	width: 300px;
	background-color: #C7EE70;
	margin: 20px auto 60px auto;
}

#contact_form textarea {
	font-family:  Arial, Helvetica, sans-serif;
	padding: 3px;
	color: #FFFFFF;
	float: right;
	border: 0px;
	width: 180px;
	height: 100px;
	background-color: #EEFFBB;
}

#contact_form input {
	font-family:  Arial, Helvetica, sans-serif;
	padding: 3px;
	color: #FFFFFF;
	float: right;
	margin: 0px;
	border: 0px;
	width: 180px;
	background-color: #EEFFBB;
}

.form_text {
	float: right;
	margin-right: 8px;
}

.form_element {
	clear: both;
	padding: 4px 0px 4px 0px;
}

#submit {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}











.j_gallery_thumb_outer2 {
	background-color: #9999CC;
	border: 1px solid #FFFFFF;
	margin: 10px;
	width: 114px;
	float: left;
}



.j_gallery_thumb_outer1 {
	padding: 6px;
}




.j_gallery_thumb_inner {
	height: 102px;
	cursor: pointer;
}






/* ===================================================================================================================== */

/*			M I C R O S O F T    F U D G E S								 */

/* ===================================================================================================================== */

