body {
	margin:			0px;
	padding:		0px;
	background-color:	white;
	color:			white;
}

div {
	margin:			auto;
}

@font-face
{
    font-family: segoeui;
    src: url('segoeui.eot');
    src: local('segoeui.ttf'), url('segoeui.ttf') format('opentype');
}

@font-face
{
    font-family: segoeuii;
    src: url('segoeuii.eot');
    src: local('segoeuii.ttf'), url('segoeuii.ttf') format('opentype');
}

@font-face
{
    font-family: segoeuib;
    src: url('segoeuib.eot');
    src: local('segoeuib.ttf'), url('segoeuib.ttf') format('opentype');
}

p {
	margin:			0px;
	font-family:		segoeui;
}

h1 {
	margin:			0px;
	font-family:		segoeuib;
	font-size:		9pt;
}

h2 {
	margin:			0px;
	margin-bottom:		20px;
	font-family:		segoeuii;
	font-size:		9pt;
	font-weight:		normal;
}

#container {
	width:			100%;
	background-color:	#2b2b2b;
	margin-top:		75px;
}

#content {
	width:			940px;
}

#column1 {
	width:			198px;
	float:			left;
	padding:		10px;
	padding-top:		0px;
	margin-top:		30px;
	border-right:		2px solid white;
}

#column2 {
	width:			700px;
	float:			right;
	padding:		10px;
	padding-top:		25px;
}

#footer {
	width:			920px;
	padding:		10px;
	clear:			both;
}
