/*-------------------------------------------------------------------------*/
/* body                                                                    */
/*                                                                         */
/*                                                                         */
/*-------------------------------------------------------------------------*/
body {
font: 95% Arial, Helvetica, sans-serif;
color: #00080e;
background: #00080e url(../img/bg-container.gif) top center repeat-y;
text-align: center;
}

/*-------------------------------------------------------------------------*/
/* ID's                                                                    */
/*                                                                         */
/*                                                                         */
/*-------------------------------------------------------------------------*/
#container {
position: relative;
width: 800px;
margin: 0 auto;
text-align: left;
background: #fff url(../img/bg-container.gif) 0 0 repeat-y;
}
#header {
width: 800px;
height: 10px;
background: transparent;
}
#google-logo {
position: absolute;
top: 10px;
left: 18px;
height: 53px;
width: 128px;
background: #fff; 
}
#google-search {
	position: absolute;
	top: 45px;
	left: 18px;
	height: 49px;
	width: 352px;
	background: transparent;
}
#logo {
position: absolute;
top:75px;
left: 402px;
height: 100px;
width: 375px;
background: #fff url(../img/Logo.gif) 0 0 no-repeat;
}
#logo a {
width: 375px;
height: 100px;
}
#maincon {
width: 800px;
background: transparent;
}
#main {
background: transparent;
padding-bottom: 28px;
}
#maincontent {
margin-left: 200px;
}
#column {
float: left;
width: 190px;
min-height: 1200px;
padding: 175px 10px 10px 0;
color: #fff;
}
#content {
min-height: 350px;
margin-left: 217px;
width: 360px;
}
#text {
min-height: 470px;
width: 360px;
}
/*-------------------------------------------------------------------------*/
/* extra divs                                                              */
/*                                                                         */
/*                                                                         */
/*-------------------------------------------------------------------------*/
#google-container {
position: absolute;
top: 60px;
left: 0;
width: 400px;
height: 120px;
background: #2285c2;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
}

