/*-------------------------------- RESET DEFAULT SETTINGS --------------------------------*/
* {
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

b,
strong {
	font-weight: bold;
}

img,
a img {
	border: none;
}

/*-------------------------------- FONT --------------------------------*/

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 76%;
	color: #4D4D4D;
	line-height: 1.5em;
	text-align: left;
	background-color:#999;
}


a:link,
a:visited {
	/*color: #666666;*/
	/*text-decoration: none;*/
}

a:hover,
a:focus,
a:active {
	/*color: #ad1910;*/
	/*text-decoration: underline;*/
}


/*-------------------------------- LAYOUT --------------------------------*/
#container {
	width: 998px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 0px;
	margin: 10px auto;
}

#header {
	background-color: #E9E9E9;
	height:80px;
	position: relative;
}

#content {
	padding: 0;
	background: url(/osMedia/site/t1/img/BGSidebarLeft.png) repeat-x left bottom;
	background-color: #E9E9E9;
}

#sidebarLeft {
	width: 150px;
	float: left;
	padding: 5px;
	position: relative;
}

#mainContent {
	margin: 0;
	padding: 15px;
	float: right;
	width: 780px;
	background-color:#fff;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	min-height:550px;
}


.clearfloat {
	clear: both;
}


/*-------------------------------- ELEMENT --------------------------------*/

#logo a{
	color:#0082d6;
	font-size:3.5em;
	font-style:italic;
	font-weight:bold;
	position: absolute;
	top: 30px;
	left: 5px;
	text-decoration:none;
}

#info {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #666666;
}

#Address {
	position: absolute;
	margin-top:30px;
	margin-left:5px;
	line-height: 1.2em;
	font-weight:normal;
	color: #666666;
}
#Address a {
	color: #999999;
	text-decoration:none;
}
