body {
	background-color: #D9B0D8;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 175px;
	width: 1024px;
}
#content {
	display: block;
	width: 1024px;
	padding: 10px;
	margin-bottom: 20px;
}
#main {
	display: block;
	float: left;
	width: 800px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
}
#navigation {
	display: block;
	float: left;
	width: 200 px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#navigation a {
    /* Sliding right image */
	display: block;
    /* background: transparent url('/images/button_right_02.png') no-repeat scroll top right; */
    background: transparent url('/images/buttonbg.jpg') no-repeat scroll top right; 
	background-color: #6d0e6a;
	/* border: 2px solid #403f3f; */
	padding: 7px 0 5px 12px;
    display: block;
    height: 18px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 0px;
    padding-right: 10px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 5px;
}
/*#navigation a span {
    background: transparent url('/images/button_left_02.png') no-repeat; 
    display: block;
    line-height: 22px; 
    padding: 7px 0 5px 12px;
} */
#navigation-title {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}
a:active {
	color: #333333
}
a:link {
	color: #333333
}
a:hover {
	color: #333333
}
a:visited {
	color: #333333
}

a.button {
    /* Sliding right image */
    background: transparent url('button_right.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}

a.button span {
    /* Background left image */ 
    background: transparent url('button_left.png') no-repeat; 
    display: block;
    line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 7px 0 5px 18px;
} 

a.button:hover span{
    text-decoration:underline;
}
#photo {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}
#invite {
	display: block;
	float: left;
	background-image: url(images/invite.jpg);
	background-repeat: no-repeat;
	width: 356px;
	height: 365px;
	margin: 0px;
	text-align: center;
	padding-top: 135px;
	margin-left: 10px;
}
#sponsors {
	display: block;
	padding: 0px;
	float: left;
	margin-top: 10px;
}
