a:link { color : #036;}
a:visited { color : #036;}
/*a { text-decoration : none;}*/
a:hover { color : #F90;}
a:active { color: #000;}
			
body
{
	background-color: #999;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0; 
}

#anouncement
{
	color: #036;
	font-size: 10px;
}

#anouncement_indent
{
	margin-left: 5px;
	margin-top: 5px;
}

#footer
{
	background-color: #ccc;
	border: thin solid #666;
	bottom: 0px;
	height: 50px;
	margin: 0px auto 0px auto;
	position: relative;
	text-align: center;
	padding: 10px;
	width: 60%;
}

.left_rest
{
	background-image: url(../images/left_rest.gif);
}

#news
{
	text-align: justify;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.right
{
	background-image: url(../images/right.gif);
}

.right_column
{
	float: left;
}

.topbar
{
	background-image: url(../images/topbar.gif);
}

p#center
{
	text-align: center;
}

.center
{
	text-align: center;
}

.class_strong
{
	font-weight: bold;
	color: #036;
}

.strong
{
	font-weight: bold;
}

.underline
{
	text-decoration: underline;
}

.completed
{
	color: #F00;
	font-variant: small-caps;
	font-weight: bold;
}

.small
{
	font-size: 10px;
}

p ul li
{
	margin-bottom: 10px;
}

ul.classes li
{
	margin-top: 10px;
}

table.store tr td
{
	padding: 5px;
}

table tr.header td
{
	background-color: #ccc;
	border: thin solid #000;
	font-weight: bold;
	text-align: center;
}

table.pictures
{
	text-align: center;
}

table.pictures tr td
{
	text-align: center;
}

/* Experimental Content Box */
div.content
{
  background: url(../images/content_topleft.png) top left no-repeat;
	margin-left: auto;
	margin-right: auto;
  width: 75%;
	max-width: 750px;
	min-width: 350px;
}

div.content h2
{
  background: url(../images/content_topright.png) top right no-repeat;
	display: block;
	font-size: 1.3em;
  margin: 0;
	padding: 15px;
	text-align: center;
}

div.contentBody
{
  background: url(../images/content_rightborder.png) top right repeat-y;
	margin: 0;
  margin-top: -2em;
  padding: 15px;
}

div.contentFooter
{
  background: url(../images/content_bottomleft.png) bottom left no-repeat;
}

div.contentFooter p
{
  background: url(../images/content_bottomright.png) bottom right no-repeat;
	display: block;
  margin: -2em 0 0 0;
	padding: 15px;
}
/* END Experimental Content Box */

/*
body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #cccccc url("../images/bg_grad.jpg") fixed;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
}

th
{
	font-family: Arial, Helvetica, sans-serif;
}
*/