/* GENERAL */
html {
	background-color:#3b3b3b;
}

body {
	width:700px;
	margin:0 auto;
	font-family:Tahoma,Arial,sans-serif;
	font-size:12px;
}

strong {
	font-weight:bold;
}

p {
	margin-bottom:12px;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}

.fine-print {
	font-size:10px;	
}

u {
	text-decoration:underline;
}

/* WRAPPER */
.wrapper {
	width:700px;
	background-image:url(../img/bg-body.png);
	background-repeat:repeat-y;
}

/* HEADER */
.header {
	width:700px;
	height:325px;
	background-image:url(../img/bg-header.png);
	background-repeat:repeat-y;
}

/* MIDDLE */
.middle {
	width:700px;
	background-image:url(../img/bg-body.png);
	background-repeat:repeat-y;
	float:left;
}

/* LEFT COLUMN */
.left-column {
	width:326px;
	float:left;
	margin-left:24px;
}

/* RIGHT COLUMN */
.right-column {
	width:326px;
	text-align:right;
	float:left;
	margin-right:24px;
}