@charset "utf-8";
body  {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAF0C8;
	margin: 0;
	padding: 0;
	color:#333;
}

p, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #303030;
}
h1{
	font-size:14px;
}
.small {
	font-size:9px;
}

.soft {
	color:#4E4E4E;
	font-size:small;
}

img {
	border:0px;
}
#container { 
	width: 800px; 
	margin: 0;
	text-align: left;
}
#header{
	background-image:url(choux_logo.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:115px;
	margin:0;
}
#menu {
	background-image:url(choux_menu_bg.jpg);
	height:24px;
	width:740px;
	padding: 2px 10px 0 0;
	text-align:right;
	position:relative;
	top:89px;
}
#menu a:active, #menu a:visited, #menu a:link {
	font-size:14px;
	margin:0;
	padding:3px 10px;
	border-left:1px solid #000;
	color:#FFF;
	text-decoration:none;
}
#menu a:hover {
	background-image:url(choux_menu_bg_over.jpg);
	color:#662412;
}
#sidebar1 {
	float: left; 
	width: 291px;
}
#mainContent { 
	margin: 0;
	padding: 0 20px 20px 300px; 
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:429px;
	min-height:475px;
}

#contentGallery {
	margin: 0;
	padding: 20px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:709px;
}

#mainContent h1 {
	margin:0
}

#copyright{
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	text-align:center;
}

#copyright a:link, #copyright a:active, #copyright a:visited {
    color:#999999;
	text-decoration:none;
	margin:0;
}

#copyright a:hover {
    color:#990000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}