html {
	background-color: #FFFFFF;
	text-align: center;
	background-image:url(http://www.ucfgreek.com/images/page_bg.jpg);
}

body {
	margin-top: 0px;
}

div#content{
		width: 928px;
		margin: 0 auto;
		text-align: left;
		position: relative;
		background-image: url(http://www.ucfgreek.com/images/box_bg.jpg);
		background-repeat: repeat;

}

#logo{
		position: absolute;
		left: 0;
}
	

div#bottomcontent{
	width: 928px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-image: url(http://www.ucfgreek.com/images/box_bg.jpg);
	background-repeat: repeat; 
	margin-top: 19px;
	height: 50px;

}

div#header{
		width: 908px;
		text-align: left;
		position: relative;
		background-repeat: no-repeat;
		height: 119px;
		font-family: Helvetica Neue, Arial;
		font-size: 10pt;
		color: #3e3e3e;
		margin-left: 20px;
}

div#navigation{
		margin-top: 20px;
		right: 20px;
		position: absolute;
		text-align: left;
		font-family: Helvetica Neue, Arial;
		font-size: 9pt;
		background-color: #000000;
		color: #6e6e6e;
		padding: 5px;
}

div#navigation2{
		margin-top: 20px;
		right: 20px;
		position: absolute;
		text-align: left;
		font-family: Helvetica Neue, Arial;
		font-size: 9pt;
		background-color: #000000;
		color: #ffffff;
		padding: 5px;
}

div#picture{
	width: 901px;
	padding-left: 14px;
	padding-right: 13px;
	text-align: left;
	position: relative;
}

div#secondcontent{
	width: 928px;
	padding-left: 14px;
	padding-right: 13px;
	text-align: left;
	font-family: Helvetica Neue, Arial;
	font-size: 10pt;
	color: #FFFFFF;
}



	div#leftbox{
		margin-top: 13px;
		float: left;
		background-color: #000000;
		width: 559px;
		padding: 18px;
		margin-bottom: 20px;
		min-height: 500px;
	}
	
	div#rightbox{
		margin-top: 13px;
		float: left;
		margin-left: 28px;
		margin-right: 18px;
		background-color: #000000;
		width: 258px;
		padding-top: 18px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 8px;
		padding-bottom: 18px;
		font-family: Arial;
		font-size: 9pt;
	}

.blogtitle{
	color: #9b9b9b;
	font-family: Century Gothic, Arial;
	font-size: 14pt;
}

.blogcontent{
	color: #ffffff;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	line-height: 23px;
}

#leftbox A:link {
	color: #ffd228;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
}


#leftbox A:active {
	color: #ffd228;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
}

#leftbox A:visited {
	color: #ffd228;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
}
#leftbox A:hover {
	color: #ffd228;
	text-decoration: underline;
	font-family: Arial;
	font-size: 9pt;
}
#rightbox A:link {
	color: #ffd00f;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
}

#rightbox A:visited {
	color: #ffd00f;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
}

#rightbox A:active {
	color: #ffd00f;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
}


#rightbox A:hover {
	color: #ffd00f;
	text-decoration: underline;
	font-family: Arial;
	font-size: 9pt;
}

#navigation A:link{
	color: #6e6e6e;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
}
#navigation A:visited {
	color: #6e6e6e;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
}

#navigation2 A:link{
	color: #ffffff;
	text-decoration: none;
	padding-right: 15px; 
	font-size: 12px;
}

#navigation2 A:visited {
	color: #ffffff;
	text-decoration: none;
	padding-right: 15px; 
	font-size: 12px;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	margin-top: 5px;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width: 140px; /* default width for menu */
	color: #3b7c9d;
	background-color: #fed227;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	font-weight: bold;

}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #ffd00f;
	background-color:;
	text-decoration: none;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	border-bottom: 0px solid black;
	padding: 2px 0;
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	background-color:;
	text-decoration: none;
}

.anylinkmenu a:hover{ /*hover background color*/
	text-decoration: underline;
}

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
visibility: hidden;
}