





body {
	background-color: #000000;
	font-family:  Georgia, Times, Times New Roman;
	font-size: 14px;
	color: #BB3344;
	background-image: url(design/curtain_back.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}


#pageTitle { font-size: 34px; text-align: center; color: #AA7722; font-weight: bold; margin: 20px 0px 6px 0px; }

h1 { font-size: 24px; color: #CC2277; font-weight: bold; margin: 0px 0px 10px 0px }
h2 { font-size: 16px; color: #CC1155; font-weight: bold; margin: 10px 0px 4px 0px }

p { margin: 0px 0px 6px 0px; padding: 0px; }

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

a:hover {
	color: #FFCC00;
}



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



hr {
	border: 1px solid #771122;
	color: #AA7722;
	clear:both;
	margin: 16px 0px 16px 0px;
}

.imgmouseover {
	cursor: pointer;
	border: 2px solid #AA7722;
}


.hidden { display: none; }
.shown { display: block; }

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


#curtain_l1 { position: fixed;  left: 000px; top: 000px; height: 070px; width: 370px; background-image: url(design/curtain/l1.png); }
#curtain_r1 { position: fixed; right: 000px; top: 000px; height: 070px; width: 370px; background-image: url(design/curtain/r1.png); }

#curtain_l2 { position: fixed; 	left: 000px; top: 070px; height: 070px; width: 330px; background-image: url(design/curtain/l2.png); }
#curtain_r2 { position: fixed; right: 000px; top: 070px; height: 070px; width: 330px; background-image: url(design/curtain/r2.png); }

#curtain_l3 { position: fixed; 	left: 000px; top: 140px; height: 070px; width: 280px; background-image: url(design/curtain/l3.png); }
#curtain_r3 { position: fixed; right: 000px; top: 140px; height: 070px; width: 280px; background-image: url(design/curtain/r3.png); }

#curtain_l4 { position: fixed; 	left: 000px; top: 210px; height: 070px; width: 230px; background-image: url(design/curtain/l4.png); }
#curtain_r4 { position: fixed; right: 000px; top: 210px; height: 070px; width: 230px; background-image: url(design/curtain/r4.png); }

#curtain_l5 { position: fixed;  left: 000px; top: 280px; height: 520px; width: 170px; background-image: url(design/curtain/l5.png); }
#curtain_r5 { position: fixed; right: 000px; top: 280px; height: 520px; width: 170px; background-image: url(design/curtain/r5.png); }





#heading {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 130px;
	background-image: url(design/heading.png);
	background-position: top center;
	background-repeat: no-repeat;
}



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

#wholepageInner {
	padding: 104px 200px 50px 200px;
	text-align: left;
}




.decoration {
	height: 40px;
	background-image: url(design/decoration.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px 0px 30px 0px;
}


#maincontent {
	position: absolute;
	top: 168px;
	left: 0px;
	right: 0px;
	text-align: center;
}

#maincontentInner {
	width: 680px;
	margin: 0px auto 0px auto;
	text-align: left;
	min-height: 400px;
}


.general_padding { padding: 10px }



#menu {
	position: absolute;
	top: 130px;
	left: 0px;
	right: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.menulink {
	display: inline;
	padding: 3px 8px 4px 8px;
}

#menu a:link,
#menu a:visited,
#menu a:active  {
	text-decoration: none;
}

#menu a:hover {
}


#menu ul {
	text-indent: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

#menu li {
	margin-left: 8px;
	margin-right: 8px;
	display: inline;

}



#footer {
	margin-top: 30px;
	color: #771122;
	text-align: center;
	padding: 40px 0px 50px 0px;
	background-image: url(design/decoration2.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#footer a {
	color: #771122;
}

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


.insertedImage {
	border: 2px solid #AA7722;
}



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




#blog_list ul {
	text-align: center
}

#blog_list ul {
	text-indent: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}


.blog_date {
	font-size: 12px;
	float: right;
	width: 300px;
	text-align: right;
}

#blog_entries {
	padding: 0px 40px 0px 40px;
}

.blog_entry {
	padding-bottom: 50px;
	margin-bottom: 10px;
	background-image: url(design/decoration3.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}


#blog_title {
	margin-left: 10px;
	font-size: 28px; color:#660000; font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 2px solid #CC9966;
	text-transform: capitalize;
}



.blog_link {
	text-align: center;
}










.j_gallery_thumb_outer2 {
	background-color: #AA7722;
	background-image: url(design/shine.png);
	border: 2px solid #AA7722;
	margin: 6px;
	width: 112px;
	float: left;
}



.j_gallery_thumb_outer1 {
	padding: 5px;
}




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


.gallery {
	clear: both;
	text-align: center;
}

.gallery table {
	text-align: center;
	margin: 0px auto 0px auto;
}

.gallery td {
	text-align: center;
}









/* ================================ */
/*              FORMS               */
/* ================================ */


.embeddedForm {
	clear: both;
	padding: 30px;
}

.formElement {
	border: 1px solid #660000;
	clear: both;
	padding: 5px 0px 5px 0px;
	background-image: url(design/redshade.png);
	margin: 8px 0px 8px 0px;
}

.formQuestion {
	text-align: right;
	float: left;
	width: 220px;
}

.formQuestion p {
	color: #CC1155;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.formAnswer {
	float: right;
	width: 380px;
}

.lineAnswer {
	color: #553311;
	width: 360px;
	background-color: #E0D4CB;
}

.formAnswer textarea {
	color: #553311;
	width: 360px;
	height: 100px;
	background-color: #E0D4CB;
}

.formSubmit {
	clear: both;
	text-align: right;
	padding: 10px 36px 10px 10px;
	border: 1px solid #660000;
	background-image: url(design/redshade.png);
	margin: 8px 0px 8px 0px;
}


.formAnswer ul {
	text-indent: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.formAnswer li {
	text-indent: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.formAnswer input {
	margin: 0px 10px 4px 0px;
}




/*    TINY FRAME    */


.tfr_tl { background-repeat: no-repeat; background-position: top left;     background-image: url(design/tinyframe/tl.png); }
.tfr_tr { background-repeat: no-repeat; background-position: top right;    background-image: url(design/tinyframe/tr.png); }
.tfr_bl { background-repeat: no-repeat; background-position: bottom left;  background-image: url(design/tinyframe/bl.png); }
.tfr_br { background-repeat: no-repeat; background-position: bottom right; background-image: url(design/tinyframe/br.png); }
.tfr_t  { background-repeat: repeat-x;  background-position: top;          background-image: url(design/tinyframe/t.png); background-color: #000000; }
.tfr_b  { background-repeat: repeat-x;  background-position: bottom;       background-image: url(design/tinyframe/b.png); }
.tfr_l  { background-repeat: repeat-y;  background-position: left;         background-image: url(design/tinyframe/l.png); }
.tfr_r  { background-repeat: repeat-y;  background-position: right;        background-image: url(design/tinyframe/r.png); }


















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

/*			i P h o n e    F U D G E S	        							 */

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




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

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

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

