/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px 0;
	padding: 0;
	background: #CECECE url(images/fill.gif);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}

h1, h2, h3 {
	color: #ff0000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
	color:#FFFFFF
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 960px;
	height: 69px;
	margin: 0 auto;
	background: url(images/header.gif);
}

#header * {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 880px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 7px 0 0 0;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 960px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 960px;
	margin: 0 auto;
	background: url(images/img5bis.gif);
}

#colOne {
	float: left;
	width: 190px;
	padding: 20px 10px 0 10px;
}

#colTwo {
	float: left;
	width: 730px;
	padding: 20px 10px 0 10px;
}


Profile {
	margin: 0px 0;
	padding: 0;
	background: #111111 url(images/A_Profile.gif) no-repeat;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:5px;
	}


#colThree {
	float: left;
	width: 190px;
	padding: 10px;
}







#tabs ul
{
    font: normal 14px arial, sans, sans-serif;
    -list-style-type: none;
    border-bottom: 1px solid gray;
    margin: 0;
    padding-left:0;
    padding-right:0;
    padding-bottom: 26px;
}

#tabs ul li 
{
    display: inline;
    float: left;
    height: 24px;
    min-width:80px;
    text-align:center;
    padding:0;
    margin: 1px 0px 0px 0px;
    border: 1px solid gray;
}

#tabs ul li.selected 
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}


#tabs ul li a 
{
    float: left;
    color: #666;
    text-decoration: none;
    padding: 4px;
    text-align:center;
    background-color:#eee;
    min-width:80px;
    border-bottom: 1px solid gray;
}

#tabs ul li a.selected
{
    color: #000;
    font-weight:bold;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#tabs ul li a:hover
{
    color: #000;
    font-weight:bold;
    background-color: #fff;
}

#container 
{
    background: white;
    border:1px solid gray;
    border-top: none;
    height:362px;
    width:100%;
    padding:0;
    margin:0;
    left:0;
    top:0;	
}

iframe
{
    border:none;
    margin:0;
    padding:0;
}




/* Footer */



#footer {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/fill.gif) no-repeat;
	font-size: smaller;
}

#footer * {
	color: #;
}