/*#############################################################
Name: Curator Studio
Date: 2008-05-07
Author: Benoit Moreau
URL: http://www.curatorstudio.com

#############################################################*/
a {
	color: #000;
	text-decoration: none;
}
body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333; margin: 20px 0;
	text-align: center; font: normal 0.6em sans-serif,Arial;
}
#gfx a {
	background: #F5F5F5 url(img/curator_studio_head.jpg) no-repeat; display: block; height: 142px; alt: curator studio;
}
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
#main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}
#main-content {margin : 0 auto;}
#menu a {
	background: #e5e5e5;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 149px; height: 36px;
}
#menu a span {
	padding-left: 6px;
}
#menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #0099FF;
}
#menu a#last {
	width: 150px;
	border-right: none;
}
#container {
	margin: 10px;
}
#content {
	clear: both;
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
}
#content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #0099FF;
}
#content p {
	margin: 3px 0 6px; color: #666;
}
#content p2 {
	margin: 10px 6px 6px; color: #000;
}
#content_left {
	float:left;
	width:380px;
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
}
#content_right {
	float:right;
	width:210px;
	background: #FFF;
	border: 1px solid #E5E5E5;
}
#content_left h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #0099FF;
}
#content_left p {
	margin: 3px 0 6px; color: #666;
}
#content_left p2 {
	margin: 10px 6px 6px; color: #000;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}
#footer {
	padding-top : 5px;
	clear: both;
	padding: 5px;
	background: #eeeeee;
	color: #666;
} 