﻿@charset "UTF-8";

/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	margin:20px 0;
	background:url(../images/bg_image.jpg) repeat-x;
	color:#333333;
	font-size: 76%;
	font-family: "Euphemia UCAS", Arial, Helvetica, sans-serif;
	line-height: 160%;
}

table {
	font-size: 12px;
	font-family: "Euphemia UCAS", Arial, Helvetica, sans-serif;
	line-height: 150%;
}

img { border: 0; }

div {
	padding: 0;
	margin: 0;
	border: 0;
}

input { padding:1px; }

/****  LAYOUT  ****/
#body_wrapper {
	margin: 0 auto;
	width:900px;
	border-width:2px;
	border-style:solid;
	border-color:#000;
}

#header_wrapper {
	width: 900px;
	height:180px;
}

#content_wrapper {
	float: left;
	width: 900px;
	/*background:#F0FFF8 url(../images/background-bottom-shade.gif);*/
	background: #FFFFFF url(../images/background-bottom-shade.gif);
	background-repeat:repeat-x;
}

#content_column {
	float:left;
	width:675px;
	min-height:600px;
	margin-top:15px;
	margin-right:25px;
	padding-top:10px;
	padding-right:25px;
	padding-left:174px; /*Set left margin to LeftColumnWidth 149 + 25*/
	padding-bottom:25px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#9ac1c9;
	background-color:#fdfdfd;
	background-image:url(../images/TO_Unity_bgd.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#left_column {
	float: left;
	position:relative;
	top:0;
	left:0;
	width:149px; /*Width of left column*/
	margin-left: -900px;
	background-color:#F0FFF8;
	min-height:654px;
}

#footer_wrapper {
	float:left;
	width:900px;
	min-height:50px;
	color: #000000;
	text-align: right;
	padding:0;
	border-top: solid 1px #000000;
	background-image:url(../images/background-bottom-shade.gif);
	background-repeat:repeat-x;
}

