

body {
    background-image:     url(/images/background.jpg);
    background-repeat:    repeat-x;
    background-position:  top;
    font-family:          Arial, Helvetica, Verdana, sans-serif;
    font-weight:          normal;
    font-size:            10pt;
    

}

img {
	border: 0;
}

#main {
	/*width: 700px;
	margin-left: auto;
 	margin-right: auto;*/
}

.left {
	float: left;
}

.right {
	float: right;
}


.underline {
	border-bottom: solid 1px #333333;
}

#header {
	
	margin-bottom: 10px;
	
}

#page {
	clear: both;
	/*float: left;*/
	margin-bottom: 3px;
}

#page a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#menu {
	clear: both;
	font-size: 8pt;
}

#webmail {
	/*clear: both;*/
	font-size: 8pt;
}

.break {
	clear: both;
}

#webmail label {
	width: 25px;
	display: block;
	float: left;
	margin: 3px 1px 0 0;
}

#webmail input {
	font-size: 8pt;
}

#sitesblock {
}

#sitesblock ul {
	margin-left: 3px;
	margin-right: 3px;
}

#content
{
	float: left;
	width: 60%
}

/* Browser specific (not valid) styles to make preformatted text wrap */		

pre {
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

h1 {
  font-family    : Arial, Helvetica, Verdana, sans-serif;
  font-weight    : bold;
  font-size      : 14pt;
  /*color:          #cccc33;*/
}

h2 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight    : bold;
  font-size      : 12pt;
  /*color:          #cccc33;*/
}

a {
  text-decoration: none;
  color: #111111;
}
#page a:hover,
.block a:hover,
a:hover {
	text-decoration: underline;
}

ul
{
  text-indent: 0px;
  list-style-type: none;
  
  padding-left: 0;
  /*
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin: 0;
  */
}

.block {
	background-color: #ffffff;
	color: #000000;
	/*width: 250px;*/
	border: 1px solid #000000;
	overflow: hidden;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
}

.block a
{
	color: #000000;
}

.block a:hover
{
	text-decoration: underline;
}

.block h2 {
	margin: 0px;
	display: block;
	font-size: 9pt;
	background-image: url(/images/header_background.png);
	color: #000000;
	/*border-top: 1px solid #dddddd;
	border-bottom: 1px solid #aaaaaa;*/
	padding-left: 2px;
	top: 0px;
}

.block p {
	margin: 3px;
}

h3 {
	margin-top: 4px;
	margin-bottom: 0px;
	color: #535353;
}

.block a {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight    : bold;
  font-size      : 9pt;
  color:   #000000;
  display: block;
}

.right_side_bar
{
	float: right;
	width: 33%;
}
/*
.block a {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight    : bold;
  font-size      : 10pt;
  color:          #000000;
}

*/

p.giTitle
{
	padding: 3px;
}

p.giDescription
{
	padding: 3px;
}

.gallery 
{
	/*margin: 0px;*/
}

.gallery li
{
	border-bottom: 1px solid #222222;
	margin-bottom: 3px;
	clear: both;
}

.gallery li ul li
{
	float: left;
	margin: 1px;
	clear: none;
	border: none;
}


#contentBottom
{
	margin-top: 5px;
	float: left;
}

#bottom a
{
	display: inline;
}

#footer
{
	color: #444444;
	font-size: 8pt;
}

hr {
	color: #444444;
	background-color: #444444;
	height: 1px;
	border: 0;
	
}
