/*
A whole new page for me and you baby
*/
.style1 {
	font-size: 10pt;
	text-align: center;
}

.bigger {
	font-size: 14pt;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #041A6D;
}
a:visited {
	text-decoration: none;
	color: #041A6D;
}
a:hover {
	text-decoration: none;
	color: #041A6D;
}
a:active {
	text-decoration: none;
	color: #041A6D;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background:#041A6D;
}



/* Header */

#header {
	position:absolute;
	width: 750px;
	height: 277px;
	margin-left: -375px;
	left: 50%;
	top:0;
	background:url(Blog/header.jpg);
	z-index:2;

}

/* Topline */

#topline {
	position:absolute;
	width: 100%;
	height: 277px;
	top:0px;
	left:-1px;
	background:url(Blog/topline.jpg);
	background-repeat:repeat-x;

}

/* Menu */

#clock {
	top: 238px;
	text-align: right;
	position:absolute;
	width: 499px;
	height: 20px;
	left: 241px;
}



/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	background:url(Blog/line.jpg);
}

/* Content */

#content {
	float: right;
	width: 470px;
	padding-top: 280px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 155px;
	padding-top: 280px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}


/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(Blog/testing/images/img06.gif) repeat-x;
	border-top: 1px solid #FFFFFF;
	font-size: x-small;
}
