/* Ultimate Taekwondo Homepage Styles */
#homepageboxes {
	font-family: "Trebuchet MS";
	color: navy;
	font-weight: bold;
	width: 500px;
	margin: auto;
}

#homepageboxes .news {
width: 182px;
border-color: #000000;
border-width: medium;
border-style: solid;
background-color: #48B3D6;
background-image:  url("../images/pages/homepage/latestnews.gif");
background-repeat: no-repeat;
background-position: right;
	font-family: "Trebuchet MS";
	color: black;
	font-weight: bold;
	margin: 3px 3px 3px 3px;
	float:left;
}
#homepageboxes .events {
width: 182px;
border-color: #000000;
border-width: medium;
border-style: solid;
background-color: #48B3D6;
background-image:  url("../images/pages/homepage/nextevent.gif");
background-repeat: no-repeat;
background-position: right;
font-family: "Trebuchet MS";
color:black;
font-weight: bold;
margin: 3px 3px 3px 3px;
float:right;
}
#homepageboxes a:link {color: black; text-decoration: underline;}
#homepageboxes a:active {color: black; text-decoration: underline;}
#homepageboxes a:visited {color: black; text-decoration: underline;}
#homepageboxes a:hover {color: black; text-decoration: overline;}

.notices {
width: 500px;
height:auto;
border: 2px solid #FF6600;
margin:auto;
}
#promotion {
width: 500px;
height: auto;
border: 2px ridge black;
margin: auto;
background-color: #FF6600;
}