* {margin: 0px;} 

body
{
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	font-size: 11px;
	color: #000000;
	text-align: center;
	font-family: Verdana;
	min-height: 100%;
}

#Main_Wrapper
{
	width:976px;
	text-align:left;
	display: block; 
	margin:auto auto;
	height: 100%;
}

#Header
{
	float: left;
	width:976px;
	height: 60px;
}

#Header_Left
{
	float: left;
	width: 244px;
	color: #5C0C67;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

#Header_Left b
{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #5C0C67;
}

#Header_Right
{
	float: left;
	width: 225px;
}

#Header_Right_Top
{
	float: left;
	width: 225px;
	height: 30px;
}

#Header_Right_Bottom
{
	float: right;
	height: 30px;
	text-align: right;
}

.Header_Right_Item
{
	float: left;
	margin-right: 15px;
}

#Header_Right a
{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}

#Header_Center
{
	float: left;
	width: 490px;
	text-align: left;
}

#Menu
{
	float: left;
	width: 976px;
	Height: 18px;
	padding-left: 5px;
	background-color: #5C0C67;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-weight: bold;
}

.Menu_Item
{
	float: left;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 3px solid #FFFFFF;
	height: 18px;
}

.Menu_Item a
{
	color: #FFFFFF;
	text-decoration: none;
}

.Menu_Item a:hover
{
	color: #ED008C;
}

.Menu_Item_Active
{
	float: left;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 3px solid #FFFFFF;
	height: 18px;
	background-color: #FFFFFF;
}

.Menu_Item_Active a
{
	color: #5C0C67;
	text-decoration: none;
}

#Breadcrumb
{
	float: left;
	font-size: 8px;
	width: 976px;
	Height: 18px;
	margin-top: 4px;
	color: #A8A9AC;
}

#Breadcrumb a
{
	color: #A8A9AC;
	text-decoration: none;
}

#Main
{
	float: left;
	width: 976px;
}

/*
#Main img
{
	margin-left: auto; 
	margin-right: auto; 
	display:block;
}
*/

#ProgrammaSlideShow
{
	background-color: #FFFFFF;
}

#Column1
{
	float: left;
	border-top: 2px solid #A8A9AC;
	width: 225px;
	min-height: 600px;
	margin-right: 19px;
}

#Column1 h1
{
	color: #5C0C67;
}

#Column2
{
	float: left;
	border-top: 2px solid #A8A9AC;
	width: 225px;
	min-height: 600px;
	margin-right: 19px;
}

#Column3
{
	float: left;
	border-top: 2px solid #A8A9AC;
	width: 225px;
	min-height: 600px;
	margin-right: 19px;
}

#Column_Left
{
	float: left;
	width: 732px;
	min-height: 600px;
	margin-right: 19px;
	background-image: url(../images/column_center.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#PanelAlbum
{
	float: left;
	text-align: left;
	width: 732px;
}

#PanelAlbumFlash
{
	float: left;
	width: 732px;
}

#AlbumList
{
	float: left;
	width: 600px;
	margin-top: 20px;
}

.AlbumItem
{
	float: left;
	width: 145px;
	height: 142px;
}

.AlbumItemTitle
{
	float: left;
	width: 125px;
	height: 20px;
	margin-top: 30px;
}

.AlbumItemImage
{
	float: left;
	width: 125px;
	height: 92px;
	border: 1px solid #999999;
	overflow: hidden;
	margin-bottom: 20px;
}

#Column_Center
{
	float: left;
	width: 469px;
	min-height: 600px;
	margin-right: 19px;
	background-image: url(../images/column_center.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#Column_Center_Sponsor
{
	float: left;
	width: 489px;
	min-height: 600px;
	background-image: url(../images/column_center.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.Column_Center_Left
{
	float: left;
	width: 225px;
	margin-right: 19px;
}

.Column_Center_Right
{
	float: left;
	width: 225px;
}

#Column4
{
	float: left;
	border-top: 2px solid #A8A9AC;
	width: 225px;
}

.WhiteMargin
{
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.TwitterBlue
{
	float: left;
	width: 205px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #00acdd;
}

.Green
{
	float: left;
	width: 205px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #A7CE38;
}

.Yellow
{
	float: left;
	width: 205px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FECB09;
}

.Yellow img
{
	margin-left: auto; 
	margin-right: auto; 
	display:block;
}

.YellowPurple
{
	float: left;
	width: 205px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FECB09;
	color: #5C0C67;
}

.YellowPurple img
{
	margin-left: auto; 
	margin-right: auto; 
	display:block;
}

.YellowPurple h1
{
	color: #5C0C67;
}

.White
{
	float: left;
	padding-top: 10px;
}

.White2
{
	float: left;
	width: 225px;
	margin-bottom: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
}

.White2 img
{
	margin-left: auto; 
	margin-right: auto; 
	display:block;
}

.Gray
{
	float: left;
	width: 225px;
	background-color: #E2E3E5;
	margin-top: 10px;
	padding-top: 10px;
}

.Blue
{
	float: left;
	width: 205px;
	min-height: 390px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 19px;
	background-color: #00ACDD;
	color: #000000;
}

.Blue h1
{
	color: #FFFFFF;
}

.Blue h3
{
	color: #FFFFFF;
	margin-bottom: 0px;
}

.Blue hr
{
	height: 0;
	border: 0;
	border-top: 2px dotted #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Blue h3 a
{
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 5px;
	color: #FFFFFF;
}

.Blue h3 a:hover
{
	color: #000000;
}

.PurpleHome
{
	float: left;
	width: 205px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #5C0C67;
	color: #FFFFFF;
}

.PurpleHome h1
{
	color: #FFFFFF;
}

.PurpleHome hr
{
	height: 0;
	border: 0;
	border-top: 2px dotted #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.PurpleHome b
{
	color: #A8A9AC;
}

.PurpleHome a:hover
{
	color: #FFFFFF;
}

.Purple
{
	float: left;
	min-height: 400px;
	width: 205px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #5C0C67;
	color: #FFFFFF;
}

.Purple h1
{
	color: #FFFFFF;
}

.Purple hr
{
	height: 0;
	border: 0;
	border-top: 2px dotted #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Purple b
{
	color: #A8A9AC;
}

.Purple a:hover
{
	color: #FFFFFF;
}

.Column_Blue
{
	float: left;
	width: 205px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	background-color: #00ACDD;
}

.Column_Blue a
{
	color: #FFFFFF;
}

.Column_Blue img
{
	float: left;
}

.Column_Blue_Left
{
	float: left;
	width: 85px;
}

.Column_Blue_Right
{
	float: left;
	width: 100px;
	margin-left: 10px;
	width: 110px;
}

#quotation
{
	min-height: 150px;
}

.Sponsor
{
	float: left;
	width: 225px;
	margin-bottom: 5px;
}

.Sponsor img
{
	margin-left: auto; 
	margin-right: auto; 
	display:block;
}

#Footer
{
	float: left;
	width: 976px;
}

.Footer_Banner
{
	float: left;
	width: 122px;
	min-height: 110px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

b
{
	color: #ED008C;
	font-weight: normal;
}

strong
{
	color: #ED008C;
	font-weight: normal;
}

hr
{
	height: 0;
	border: 0;
	border-top: 2px dotted #5C0C67;
	margin-top: 10px;
	margin-bottom: 10px;
}

p
{
	margin-bottom: 14px;
}

blockquote
{
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

li a
{
	font-size: 11px;
	color: #000000;	
}


a
{
	color: #ED008C;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
	color: #5C0C67;
}

img
{
	border: 0px;
}

h1
{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 10px;
	color: #000000;
}

h1 a
{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	margin:0;
	padding:0;
	margin-bottom: 10px;
	color: #5C0C67;
}

h1 a:hover
{
	color: #ED008C;
}

h2
{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 16px;
	color: #000000;
	margin-top:0px;
	padding-top:0px;
	margin-bottom: 10px;
}

h3
{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	color: #000000;
	margin:0;
	padding:0;
	margin-bottom: 10px;
}

h4
{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 10px;

}

h5
{
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 11px;
	color: #000000;
}