body
{
	background-color :#6699cc;
	font-size:medium;
	font-family:times, verdana, sans-serif;
}

/********************************Everything about Corner******************************/

#corner_up_right, #corner_up_left, #corner_bottom_right, #corner_bottom_left
{
	height:35px;
	width:35px;
}

#corner_up_right
{
	background-image:url('gfx/design/corner_ur.gif');
	float:right;
}

#corner_up_left
{
	background-image:url('gfx/design/corner_ul.gif');
	float:left;
}

#corner_bottom_right
{
	background-image:url('gfx/design/corner_br.gif');
	float:right;
}

#corner_bottom_left
{
	background-image:url('gfx/design/corner_bl.gif');
	float:left;
}

/********************************Everything about border******************************/

#border_left
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('gfx/design/mid_l.gif');
	background-repeat:repeat-y;
	background-color :#ffffff;
}

#border_right
{
	background-image:url('gfx/design/mid_r.gif');
	background-repeat:repeat-y;
	background-position:right;
}

#border_up
{
	height:35px;
	background-image:url('gfx/design/mid_u.gif');

}

#border_bottom
{
	height:35px;
	background-image:url('gfx/design/mid_b.gif');
}

/************************************Banner*******************************************/

#banner
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/**************************************Menu*******************************************/

#menu
{
	font-family:Arial,Sans-Serif;
	margin:0 auto;
	width:95%;
	border-bottom:1px solid #ddd;
	margin-top:25px;
}

#menu ul
{
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	text-indent:0;
	list-style-type:none;
}

#menu li
{
	padding:0;
	margin:4px;
	text-indent:0;
	display:inline;
}

#menu li a
{
	letter-spacing:-1px;
	text-decoration:none;
	color:#888;
	font-size:0.9em;
	padding:0 2px;
}

#menu li a:hover, #menu a#current
{
	color:#cc6633;
	border:none;
	background-color:#eeeeee;
}

#menu a#current
{
	color:#cc6633;
	font-size:1.2em;
}

/**************************************Sub-Menu********************************************/

#submenu li
{
	list-style-type:circle;
}

#submenu li a:link, #submenu li a:visited, #submenu li a:hover
{
	color:#cc6633;
	font-weight:700;
}

#submenu li a:hover
{
	border-bottom:1px dashed #cc6633;
	background-color:#ffcc99;

}

/**************************************Container*******************************************/

#container
{
	padding:0 25px 0 25px;
}

#content
{
	padding:25px 0 25px 0;
}

#welcome
{
	text-align:center;
	font-style:normal;
	font-size:large;
	font-family:Arial,Sans-Serif;
}

a:link, a:visited, a:hover
{
	color:#cc6633;
	text-decoration:none;
	border-width:thin;
}

a:visited { border-bottom:none; }

a:hover
{
	border-top:1px dashed #cc6633;
	border-bottom:1px dashed #cc6633;
	background-color:#eeeeee;
}

.hidden_element { display:none; }
.spacer {
	clear:both;
	visibility:hidden;
}

.keyword
{
	/*border-color:#ff9900;
	border-width:1px;
	border-style:dashed;
	background-color:#cc6633;*/
}

p.center
{
	text-align:center;
}

p
{
	display:block;
	margin:0px 25px 10px 25px;
	padding:0px 0px 0px 0px;
	text-indent:25px;
	text-align:justify;
}

h1
{
	font-size:medium;
	text-indent:25px;
	font-style:italic;
	color:#cc6633;
}

a img
{
	border:none;
}

/*****************************************Music******************************************/

ul.music_list
{
	list-style-image:url('gfx/note.png');
	margin-bottom:5px;
}

ul.music_list li a:link, ul.music_list li a:visited, ul.music_list li a:hover
{
	color:#000000;
	border-bottom:1px dashed #cc6633;
}

/**************************************Display Photo*************************************/

.floatright, .floatleft
{
/*	background-color:#ffcc99;*/
	padding:10px;
/*	border:1px dashed #cc6633;*/
	text-align:center;
	font-weight:bold;
}

.floatright {
	float:right;
	margin:20px 10px 0px 10px;
}
.floatleft {
	float:left;
	margin:0 10px 10px 20px;
}

.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

table.gallery
{
	width:80%;
	margin:0 auto;
	/*border:1px dashed #000;*/
}

table.gallery tr td
{
	width:33%;
	padding:10px;
	/*border:1px dashed #F00;*/
}

table.gallery div
{
/*	border:1px dashed #cc6633;*/
/*	background-color:#ffcc99;*/
	text-align:center;
	margin:0 auto;
	height:100%;
	width:150px;
	padding:10px;
	font-weight:bold;
}

table.gallery div a:hover
{
	border:none;
/*	color:#ffcc99;
	background-color:#ffcc99;*/
	color:#ffffff;
	background-color:#ffffff;
}

/**************************************Footer*******************************************/

#footer
{
	text-align:center;
	font-size:small;
}

#footer ul
{
	list-style-type:none;
	margin-bottom:0px;
	margin-top:5px;
}

#footer ul li
{
	display:inline;
}

#footer ul a
{
	text-decoration:none;
}

#footer ul img, #footer ul a:hover
{
	border:none;
	color:#ffffff;
	background-color:#ffffff;
}
