/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
 form, label, 
table, caption, tbody, tfoot, thead, tr, th, td /* , fieldset, legend */  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	font-family: verdana, arial, times-new-roman;
	font-size: 13px;
	
	overflow: auto;
	background-color: #fff;
	height: 100%;

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*BASIS*/

.container {
	position: relative;
	display: block;
	background-color: #5d3b48;
	width: 990px;
	margin: 50px auto;
	overflow: hidden;
	height: 100%;
	background-repeat: no-repeat;
	/* border: 1px solid black; */
	
}

#pinned_add {
	position: absolute;
	top: 390px;
	left: 17px;
}

td.top_left {
	width: 234px;
	height: 93px;
}
td.top_mid {
	width: 522px;
	height: 93px; 
}
td.top_right {
	width: 234px;
	height: 93px; 
}


td.menu_left {
	width: 214px;
	vertical-align: top;
	text-align: right;
	
	padding: 85px 20px 0 0;
	line-height: 24px;
	color: white;
	font-size: 12px;
	font-family: arial;
	
}
td.menu_left a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

td.menu_left a:hover {
	text-decoration: underline;
}

td.mid {
	width: 522px;
	vertical-align: top;
}

td.home_top_right {
	width: 234px;
	padding-top: 90px;
	vertical-align: top;
	
	
}

p.home_text_right {
	color: #9a9b9d;
	padding-left: 15px;
	width: 195px;
	font-family: arial;
	font-size: 12px;
	line-height: 23px;
}

p.home_text_right a {
	color: white;
}

td.module_top_right {
	width: 234px;
	vertical-align: bottom;
	
	
}

p.module_text_right {
	color: #9a9b9d;
	padding-left: 15px;
	width: 205px;
	font-family: arial;
	font-size: 12px;
	line-height: 23px;
	
}

p.module_text_right a {
	color: white;
}

#first_text {
	position: absolute;
	top: 100px;
	left: 757px;
}

.title_white {
	color: white;
}

h1 {
	font-family: arial;
	font-size: 12px;
	color: white;
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 0px;
	vertical-align: bottom;
}

h1 a {
	color: white;
}

.footer_ {
	position: relative;
	float: left;
	height: 30px;
	color: #9a9b9d;
}
