@charset "utf-8";
#container {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
	width:944px; 
	margin:0 auto;
}
ul {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	display: inline;
	list-style-type: none;
	padding-left:316px;
	margin-top:55px;
	float:left;
}

li {
	display:inline;
	margin-left:20px;
	}

li a:link {
	color:#999;
	text-decoration:none;
	}

li a:hover {
	color:#000;
	text-decoration:underline;
	}

li a:visited {
	color:#999;
	text-decoration:none;
	}

#template-categories {
	width:200px; float:left; margin-top:16px;
	margin-left:10px;
	}

#template-categories a:link{
	color:#333;
	text-decoration:none;
	line-height:16px;
	}

#template-categories a:hover{
	color:#FF0000;
	text-decoration:underline;
	line-height:16px;
	}

#template-categories a:visited{
	color:#333;
	text-decoration:none;
	line-height:16px;
	}

h2 {
	font-size:14px; color:#FF0000; margin:5px 0px;
	}

p {
	margin:0px;
	}

#templates {
	width:710px; float:left; margin-left:5px; margin-top:16px;
	}

#templates a:link{
	color:#333;
	text-decoration:none;
	line-height:16px;
	}

#templates a:hover{
	color:#FF0000;
	text-decoration:underline;
	line-height:16px;
	}

#templates a:visited{
	color:#333;
	text-decoration:none;
	line-height:16px;
	}

#footer {
	width:944px; height:58px; margin-top:15px; background-color:#E1E1E1; float:left;
	}

#footer a{
	color:#333;
	}

img {
	border:none;
	}
	
input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	border:1px solid #CCC;
	width:250px;
	}

.red {
	color:#FF0000;
	}
