/*
  FreeBSD.org - "Red" Style

  Inspired by AListApart, PositionIsEverything, Mozilla, Red Hat, and many more.

  Copyright (c) 2004, 2005 The FreeBSD Project
  Copyright (c) 2004, 2005 Emily Boyd <emily at emilyboyd.com>

  This file, and any imported stylesheets are licensed under the BSD license.

  $FreeBSD: www/en/layout/css/fixed.css,v 1.4 2005/11/23 14:25:40 keramida Exp $
*/

@import url("global.css");
@import url("layout.css");
@import url("text.css");
@import url("navigation.css");
@import url("table.css");

@import url("iefixes.css");

@import url("http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz");
@import url("http://fonts.googleapis.com/css?family=Molengo");

body
{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #cacccf;
}

div#Main
{
	padding: 20px;
	border-right: 2px solid #7e7f81;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 750px;
}

