#wrapper
{
	width: 700px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0;
	background-color: #FFF;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
}

#head
{
	margin: 0;
	padding: 0;
	width: 700px;
	height: 131px;
	padding: 3px 0;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	border-bottom: 2px solid #666;
}

#main, #guide
{
	width: 690px;
	padding: 15px 5px 5px;
	margin: 0;
}

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #EBEBEB;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}

h1 { font: 2.4em "Courier New", Courier, mono; font-weight: 700; }
h2 { font-size: 1.6em; padding: 0; margin: 0; }
hr { width: 100%; color: #666; background: #666; margin: 0 0 15px 0; padding: 0; }
p { font-size: 1.1em; }
blockquote { font-style: italic; font-size: 1.1em; }
a { text-decoration: none; color: #00F;}
a:hover { text-decoration: underline; color: #F00;}
ul, li
{
	font-size: 1.05em;
	text-align: justify;
	margin-right: 10px;
	margin-top: 12px;
	list-style-type: none;
}

ul li.downloads
{
	margin-top: 5px;
	list-style-type: disc;
}

/* ------------------------------------------------------------------------------- */
/* --------------------------- Settings for the Guides --------------------------- */
/* ------------------------------------------------------------------------------- */
.important
{
	font-style: italic;
	color: #FF0000;
}

.guideheadline
{
	font: normal 1.5em "Courier New", Courier, mono; font-weight: 700;
	margin-top: 30px;
	color: #008000;
}

#guide ul, #guide li
{
	font-size: 1.05em;
}

/* --- CS:S FPS Commands --- */
#sourcecmd
{
	width: 1024px;
	margin: 0 auto;
	padding-top: 20px;
}

.recommended { color: #993333; font-style: italic; }
