@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(/_images/pattern_137.gif);
	background-repeat: repeat;
}

/* ###################################################### */
/* MASTER ELEMENTS */
/* ###################################################### */
#main-container {
	margin-bottom: 30px;
	margin-top: 30px;
}


/* ###################################################### */
/* DRAGABLE - Javascript */
/* ###################################################### */
.drag {
position:relative;
cursor:hand;
z-index: 100;
}


/* ###################################################### */
/* BUTTONS */
/* ###################################################### */
a.BTN-Refresh {
	position:relative;
	display: block;
	width: 125px;
	height: 40px;
	text-decoration: none;
	background: url(/_images/BTN-Refresh.png);
	z-index: 1000;
}
a.BTN-Refresh:hover {
	background-position: -125px 0;
}


/* ###################################################### */
/* TEXT STYLES */
/* ###################################################### */
.txt_14_DarkGrey {
	color: #333;
	font-size: 14px;
}
.txt_9_DarkGrey{
	color: #333;
	font-size: 9px;
}
.txt_9_DarkGrey a {
	color: #333;
	text-decoration: none;
}
.txt_9_DarkGrey a:hover {
	color: #333;
	text-decoration: underline;
}

.txt_9_Grey{
	color: #CCC;
	font-size: 9px;
}
.txt_9_Grey a {
	color: #CCC;
	text-decoration: none;
}
.txt_9_Grey a:hover {
	color: #CCC;
	text-decoration: underline;
}

.txt_18_White {
	color: #fff;
	font-size: 18px;
}
.txt_14_White {
	color: #fff;
	font-size: 14px;
}
.txt_12_White {
	color: #fff;
	font-size: 12px;
}
.txt_10_White {
	color: #fff;
	font-size: 10px;
}
.txt_9_White {
	color: #fff;
	font-size: 9px;
}
.txt_9_White a {
	color: #fff;
	text-decoration: none;
}
.txt_9_White a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ###################################################### */
/* PHOTGRAPHS */
/* ###################################################### */
#photo-area {
	width: 453px;
	height: 462px;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
}
a.photograph {
	position:relative;
	display: block;
	width: 453px;
	height: 462px;
	text-decoration: none;
	background: url(/_images/friend-of-party.jpg);
}
