body
{
background-color: black;
background-image: url('../images/background/blackground.jpg');
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}

a.one:link {color: white}
a.one:visited {color: #0066cc}
a.one:hover {color: #ffff00}
a.one:active {color: #ffff00}

a.two:link {color: white}
a.two:visited {color: white}
a.two:hover {color: white}
a.two:active {color:white}

span.grey
{
color: #5c565b;
}

span.white
{
color: white;
}

h1
{
font-family: georgia;
color: white;
text-align: center;
font-size: 250%;
}

h2
{
font-family: georgia;
color: Yellow;
}

h3
{
font-family: georgia;
color: #6699cc;
text-align: center;
}

p.left
{
font-family: georgia;
color: white;
}

p.center
{
text-align: center;
font-family: georgia;
color: white;
}

p.right
{
text-align: right;
font-family: georgia;
color: white;
}

p.yellow
{
text-align: center;
font-family: georgia;
color: yellow;
}

p.yellowbg
{
text-align: center;
font-family: georgia;
color: yellow;
background-color: blue;
}

p.yellowleft
{
text-align: left;
font-family: georgia;
color: yellow;
}

p.caution
{
text-align: center;
color: red;
font=family: georgia;
}

span.left
{
text-align: left;
font-family: georgia;
color: white;
}

span.blue
{
text-align: center;
font-family: georgia;
color: #6699CC; 
}

ul
{
text-align: left;
font-family: georgia;
color: white;
}

table.left
{
table-layout: fixed;
font-family: georgia;
width: 780px;
border-collapse: collapse;
}

td.yellowleft
{
text-align: left;
font-family: georgia;
color: white;
}

td.small
{
text-align: center;
vertical-align: bottom;
border: 2px #6699CC solid;
}

td.smaller
{
width: 100px;
}

td.para
{
text-align: left;
vertical-align: top;
width: 335px;
height: 275px;
border: 2px #6699CC solid;
}

div.prevent
{
width: 335px;
height: 275px;
overflow: auto;
}

table.imgouter
{
width: 775px;
table-layout: fixed;
border-collapse: collapse;
border: 2px #6699CC solid;
}

td.image
{
width: 230px;
height: 200px;
text-align: center;
}

td.desc
{
padding: 2px;
width: 230px;
text-align: center;
font-family: georgia;
color: white;
}

table.blogfull
{
width: 600px;
table-layout: fixed;
border-collapse: collapse;
border: 2px #6699CC solid;
}

table.registration
{
width: 600px;
table-layout: fixed;
border-collapse: collapse;
border: 2px white solid;
}

td.date
{
padding: 2px;
width: 100px;
text-align: center;
font-family: georgia;
color: yellow;
border-bottom: 2px #6699CC solid;
border-right: 1px #6699CC solid;
}

td.datecol
{
padding: 2px;
width: 100px;
text-align: center;
font-family: georgia;
color: white;
border-bottom: 1px white solid;
border-right: 1px white solid;
}

td.comment
{
padding: 2px;
width: 500px;
text-align: center;
font-family: georgia;
color: yellow;
border: 2px #6699CC solid;
}

td.commentcol
{
padding: 2px;
width: 500px;
text-align: left;
font-family: georgia;
color: white;
border-bottom: 1px white solid;
}

	.dhtmlgoodies_window{
		width:300px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.9em;
		position:absolute;
		overflow:hidden;	
		z-index:10000;	
		
		
	}
	.dhtmlgoodies_window div{
		position:relative;
	}
	.dhtmlgoodies_window .dhtmlgoodies_window_top{
		width:100%;
		height:17px;
		position:relative;
		background-color: #707070;
		
		
	}
	
	.dhtmlgoodies_window .top_buttons{
		float:right;
		z-index:10;
		position:absolute;
		right:0px;
		width:35px;
		
		
	}
	.top_buttons img{
		float:left;
		padding-left:2px;
		
	}
	.dhtmlgoodies_windowMiddle{
		border-left:3px solid #707070;
		
	}
	.dhtmlgoodies_windowContent{
		border-right:3px solid #707070;
		padding-left:5px;
		padding-right:2px;

		height:100%;
		overflow:hidden;
		background-color:#FFF;
	}
	.dhtmlgoodies_window_bottom{
		border-left: 3px solid #707070;
		border-right:3px solid #707070;
		border-bottom: 3px solid #707070;
		position:relative;
		height:0px;
		background-color:#FFFFFF;
	}
	.dhtmlgoodies_window_bottom img{
		float:right;
	}
	.topCenterImage{
		position:absolute;
		left:3px;
		width:5000px;
		height:17px;
	}
	.resizeImage{
		position:absolute;
		right:1px;
		bottom:1px;
	}