body
{
	margin: 0px;
	background: rgb(255,255,255) url(images/bluegradient.png) repeat-x;
	font-family: Tahoma;
	font-size: 13px;	
}

h1
{
	font-size: 21px;
	color: #E47B52;
}

h2
{
	font-size: 16px;
	color: #E47B52;
}

h2 a
{	
	color: blue;
}

img
{
	border: 0px;
}

fieldset
{
	margin:0px;
	padding: 0px;
	border: 0px;
}

.fb_share_link
{
	text-decoration: underline;
	color: blue;
}

.fb_share_link:hover
{
	color: blue;
}

#wrapper
{
	margin: 0px auto;
	margin-top: 5px;
	width: 950px;
	background-color: white;
	border: 1px solid #CACACA;
	padding: 3px;
}

#header
{
	width: 950px;
	height: 100px;
}

#menu
{
	width: 938px;
	height: 25px;
	line-height: 25px;
	padding-left: 4px;
	border: 1px solid #CACACA;
	background: url(images/box-bg.png) repeat-x;
	font-weight: bold;
	color: white;
	position: relative;
}

#menu a
{
	color: #E47B52;
	color: white;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

#workspace
{
	margin-top: 5px;
	width: 950px;
	border: 0px;
}

#leftBar
{
	width: 172px;		
	float: left;
}

#content
{
	width: 570px;
	border: 1px solid #CACACA;
	float: left;
	margin-left: 5px;
	padding: 0px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 13px;
	padding-top: 5px;
}

#rightBar
{
	width: 172px;		
	float: left;
	margin-left: 5px;
}

.box
{
	width: 160px;
	padding: 5px;	
	border: 1px solid #CACACA;
	background: url(images/box-bg-blue.png) repeat-x;
	margin-bottom: 5px;
	line-height: 17px;
}

.box a
{
	color: black;
	text-decoration: underline;
}

.box a:hover
{
	text-decoration: underline;
}

.boxTitle
{
	width: 160px;
	height: 15px;
	line-height: 13px;	
	margin-bottom: 13px;
	font-weight: bold;
	color: #CACACA;
}

ul
{
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
}

ul li
{
 list-style: none;
}

#footer
{
	width: 950px;
	height: 20px;
	border: 1px solid #CACACA;
	padding: 3px;
	margin: 0px auto;
	margin-top: 4px;
	color: #7A7A7A;
	text-align: center;
}

#footer a
{
	color: blue;
}


#languageBox
{
	float: right;
	right: 5px;
	top: 3px;
	position: absolute;
}
