/* default elements */
* {margin: 0; padding: 0;}

body {
	background:#fff;
	color:#cc9966;
	font: normal 62.5% sans-serif;
	padding: 1% 0;
	text-align: center;

}

/* structure */
#wrapper {
	background: #cc9966;
	margin: 0 auto;
}
#container {

	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	margin-top:30px;
	width: 842px;
	height:450px;
	text-align: left;
	background-color:#993300;
}

.main {
	background-image:url(images/orange.png);
}

.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.content {}
.left {float: left; width:160px; border-right: 1px dotted #cc9966;}
.right {float: right; }



/* header */

.header {
	background:#cc9966;
	height: 90px;
	/*border-bottom: solid 2px #fff;*/
}

/* navigation */
.navigation {
	padding-left:20px;
	margin-top:10px;
	line-height:1.5em;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #990000;}

/* bottom */
.bottom {
	background: #DCDAC9 url(images/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;

	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {

	color:#993300;
	padding: 3px;
	height:15px;
	font-size:x-small;
	background-color:#FFFFFF;
}


.footer a {
	color: #993300;
	text-decoration: none;
}

.footer a:hover {
	color: #cc9966;
	text-decoration: underline;
}


td {font-size:0.9em; font-weight:bold; color:#cc9966; width:25%}

.gallery {width:125px; height:172px;}

a {color:#cc9966;}
a:hover {color: #fff;}


big {font-size: 1.1em;}

h1,h2,h3,h4 {color: #cc9966; padding:10px; padding-left:15px; padding-top:20px;}

h1 {font: normal 2.4em sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration:none}
h2 a {text-decoration: none;}
h2 a:hover {text-decoration:none}

h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1.2em sans-serif;}


/*form,table {margin-bottom: 1.2em;}*/
img {border: none;}
label {display: block; font-weight:bold}
li {line-height: 1.5em;}
p {padding: 15px; padding-bottom:5px; padding-top:5px; font-family:Arial, Helvetica, sans-serif; text-align:justify; color: #cc9966; font-size:0.9em}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

.roseGallery td {color:#993333;}