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

/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
background:#ffffff;
overflow:hidden;
width:100%;
height:100%;
}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
color:#000000;
padding-bottom:0px;
}

#container_outer{
width:100%;
height:100%;
}

#background_repeat{
position:absolute;
top:50%;
left:0;
margin-top:-350px;
width:100%;
height:631px;
background:url(/common/images/background_repeat.jpg) repeat-x;
background-color:#f2f3f3;
height:100%;
}

#background{
width:1250px;
height:631px;
padding-top:190px;
margin-left:-200px;
background:url(/common/images/background.jpg) no-repeat;
overflow:hidden;
padding-left:100px;
}

#container_inner{
width:780px;
height:370px;
border:0px solid #000000;
margin-left:150px;
}

#logo{
float:left;
width:190px;
height:370px;
border:0px solid #000000;
}

#overflow_container{
float:left;
margin-left:30px;
width:350px;
height:370px;
border:0px solid #000000;
}

#overflow{
width:340px;
height:370px;
padding-right:20px;
overflow:auto;
margin-right:10px;
border:0px solid #ff0000;
}

#navigation_container{
float:left;
margin-left:20px;
width:130px;
height:370px;
border:0px solid #ff6600;
}

#footer{
clear:both;
margin-left:5px;
padding-top:30px;
width:640px;
height:50px;
border:0px solid #000000;
}
