﻿body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#333333;

}

#container {
	background-color:rgb(220,220,220);
	background-image:url('images/leftCol_back.jpg');
	background-repeat:repeat-y;
	margin-top:45px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

#header {
	background-image:url('images/logo_sm_invert.jpg');
	background-color:black;
	background-repeat:no-repeat;
	height:90px;

}

#leftCol {
	width:110px;
	float:left;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	background-color:black;
	color:gray;
	
}

#leftCol a {
	text-decoration:none;
	color:rgb(255,60,60);
}

#leftCol span {
	
	color:white;
	font-weight:bold;
}

#leftCol a:hover {
	color:white;
}


#rightCol {
	width:750px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	float:left;
	
}

#footer {
	clear:both;
	width:900px;
	text-align:right;
	font-weight:300;
	background-color:black;
	color:white;
	font-size:small;

}

#index {
	margin-left:auto;
	margin-right:auto;
	background-color:black;
	width:652px;
	text-align:center;
	color:white;
}

h1 {
	font-weight:bold;
	text-align:center;
	font-size:large;
}

h2 {
	font-weight:200;
	text-decoration:underline;
	text-align:center;
	font-size:large;
}

.centered {
	text-align:center;
}

.links {
	text-decoration:none;
	color:rgb(12,12,255);
	padding-left:15px;
}

.profileLeft {
	font-weight:bold;
	text-align:center;
}

.profileLeft span {
	font-size:small;
	
}

.profileLeft img {
	float:left;
	padding-right:10px;
	padding-bottom:10px;

}
.profileRight {
	font-weight:bold;
	text-align:center;
}

.profileRight span {
	font-size:small;
	
}

.profileRight img {
	float:right;
	padding-left:10px;
	padding-bottom:10px;

}

.enter {
	text-decoration:none;
	color:rgb(255,60,60);
}

