/* CSS Document */

body {
	color: #e4e4e4;
	background-color: #1d1d1d;
	background-position: 0px 0px;
	background-repeat: repeat;
	background-image: url('../Images/general/background.png');
	letter-spacing: 1px;
	text-align: center;
}

p.b {
	font-weight: bold;
}

p.i {
	font-style: italic;
}

p.small {
	font-size: 10px;
}

a {
	color: #e9e9e9;
}

a img { border: 0; }

#container {
	margin: auto;
	margin-top: 50px;
	width: 600px;
	text-align:left;
}

#header {
}

#nav {
	background-color: #6d6d6d;
	border-left-width: 2px;
	border-left-color: white;
	border-left-style: solid;
	padding-left:15px;
	float: left;
	width: 133px;
	height: 870px;
}

#portnav {
    padding-left: 10px;
}

#content {
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 2px;
	border-right-color: white;
	border-right-style: solid;
	float: right;
	width: 428px;
	background-color: #414141;
	height: 870px;
}

#footer {
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 2px;
	text-align: right;
	clear:both;
}