/*general settings*/

html, body, form, fieldset, td {
	margin: 0;
	padding: 0;
	font: 100%/120% Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}


body { 
	font-size: 83%;
	margin: 0px auto;
	background: #fff;
}

img{
display:inline;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, dl, address {
	margin: 1em 0;
	padding: 0;
}

ul{
list-style-type: disc;
margin-left: 1em;
}

li, dd, blockquote {
	margin-left: 1em;
}

a, a:link, a:visited {
	color: #09f;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
}

a img, a:link img, a:visited img {
	border: 0;
}

input, select, textarea {
	font-size: 100%;
}

table{
border-collapse: collapse;
}

/*basic layout*/
#main {
	width: 735px;
	margin: 0 auto;
}

#header {
	/*	height: 80px;
	background: #009;	
	color: #fd0;
	border: 1px solid #666;
	border-width: 0 1px 
 	*/
}

#header h1 {
	/*margin: 0 35px;
	font-size: 3em;
	line-height: 2em;
	*/	
	}


#sidebar{
	/*	width: 19%;
	background: #eee;
	border: 1px solid #ddd;
	border-width: 0 1px;
	*/
	float: right;
	vertical-align: top;
}


#content {
	padding: 10px 20px;
	float: right;
	/*border-right: 1px solid #ddd;
	width: 80%;*/
	background: #fff;
	min-height: 400px;  
}


#footer {
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 5px 0;
	color: #999;
	clear: both;
}


#page-title-container {
	background-image: url(/_resources/images/icons/bullet_square.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	height: 35px;
	padding-bottom: 25px;
		}

#page-title {
	font-size: 1.8em;
	margin-bottom: 1em;
	height: 25px;
	margin-left: 55px;
}

	

#page-subtitle {
	color: #666;	
	margin-bottom: 10px;
}

#page-content {
margin: 10px 0;
	
}







