/* Shellie Jacobs CSS file
 * Author: Noel Reforma
 * May 28, 2007
 */
body {
	margin: 35px;
	padding: 0;
	text-align:center;/* center layout in ie5 and 5.5. */
	background-color: #3D2F09;
}
#container {
	width: 713px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/sidebgpattern.gif);/*this is the background colour of the left column */
	background-repeat: no-repeat;
	background-color:#68591E;/* this is the background colour of the right column */
	/*border: 1px solid #000;*/
	text-align:left;
}

#container2 {
	width: 718px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	/*background-image: url(images/sidebgpattern.gif);/*this is the background colour of the left column */
	background-repeat: no-repeat;
	background-color:#68591E;/* this is the background colour of the right column */
	/*border: 1px solid #000;*/
	text-align:left;
}

#content {
	padding: 0;

}
#left {
	float:left;
	width:100px;
	
}

#maincontent {
	width:600px;
	height: 400px;
}
#contentleft {
	float:left;
	width:131px;
	padding:10px;
}
#contentright {
	width:440px;
	margin-left:5px;
	float:left;
}
#leftpanel1 {
	height:100px;
}

#right {
	float:left;
	width:600px;
	margin-left:-1px;/* makes border line up with #left border */
}
#header{
	background:#68591E;
	text-align:center;
	padding:0;
}	
#footer {
	background:#68591E;
	text-align:center;
	font-family: "Verdana", "Arial";
	font-size: 0.8em;
	color: #FFFFFF;

}
#header h1, #footer h1 {margin:0}

#content_header {
	color: #3C2E09;
	font-family: "Garamond", "Georgia", "Times New Roman";
	font-variant: small-caps;
	margin-left: 53px;	
}


.content_txt{
	color: #FFFFFF;
	font-family: "Verdana", "Arial";
	margin-left: 180px;
	font-size: 0.8em;
}

.commonlink {
	color: #BD9F18;
	text-decoration:underline;
}

a.commonlink:hover{
	color: #F0E1BA;
	text-decoration:underline;
}

div#navigation ul {
	list-style: none;
	border: 0px;
	padding:0px;
	margin-left:0px;	
}

div#navigation ul li{
	display: inline;
	padding-right: 8px;
}

div#navigation ul li a{
	display: inline;
	font: normal normal bold .8em Tahoma;
	color: #BD9F18;
	text-decoration: none;
}

div#navigation ul li a:hover {
	color: #F0E1BA;
}

div#gallery ul {
	list-style: none;
	border: 0px;
	padding:0px;
	margin-left:6px;	
}

div#gallery ul li{
	display: inline;
	padding-right: 8px;
}

div#gallery ul li a{
	display: inline;
	font: normal normal bold .8em Tahoma;
	color: #BD9F18;
	text-decoration: none;
}

div#gallery ul li a:hover {
	color: #F0E1BA;
}

div#gallery ul li img {
	border:0px;
}
#activelink {
	font: normal normal bold .8em Tahoma;
	color: #F0E1BA;
}

#flashheader {
	visibility: visible;
}