@charset "UTF-8";
/* CSS Document */

*
{
	padding: 0px;
	margin: 0px;
}

#line
{
	position: absolute;
	text-align:left;
}

body
{
	background: #ebebeb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

#wrapper
{
	height: auto;
	width: 675px;
	/*border:#F00 1px solid;*/
}

.navigation
{
	float: left;
	background-image:url(../images/nav_inFill.png);
	background-repeat:repeat-y;
	background-position:right;
	clear: right;
	width: 35px;
	height: auto;
	padding-top:150px;
}

#logo
{
	float: right;
	clear: both;
	width:267px;
	height: 25px;
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

#content
{
	float: left;
	min-height: 500px;
	width: 580px;
	text-align: left;
	padding: 20px;
	padding-left: 40px;
	padding-top: 10px;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	/*border:#F00 solid 1px;*/
}

#content ul
{
	list-style-position:inside;
}

#post-its
{
	float: right;
	margin-left: 50px;
	clear: left;
	max-width: 100px;
	height: auto;
	/*border:#333 1px solid;*/
}

a, a:link,  a:visited
{
	color:#d4001c;
	text-decoration:underline;
}

a:hover
{
	text-decoration: none;
}

.link a
{
	text-decoration:none;
}

a img
{
	border: none;
}

#footer
{
	width: auto;
	vertical-align:baseline;
	background-image:url(../images/background-foot.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 10px;
	margin-left: 35px;
	/*border: #006 solid 1px;*/
}

#footer p
{
	text-align:center;
}

.clear
{
	clear: both;
}

.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

