body {
    background-image: url("images/star_tile_background.jpg");
    margin: 0;
    color: black;
    font-family: Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 1em;
    text-align: left;
}

h2 {
    font-size: 1em;
    font-weight: normal;
    text-decoration: underline;
}

h3 {
    font-family: Helvetica;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 0.8em;
}
    

p {
    margin-left: 1.5em;
    margin-right: 1.5em;
}

img {
    border: none;
}

a:link {
    color: #037cf7;
}

a:active {
    color: #3366ff;
}

a: visited {
    color: #6600cc;
}

.pink-text {
    color: #fe456b;
}

#main {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

#header {
    background-image: url("images/new_header.png");
    height: 198px;
}

#header img {
    vertical-align: top;
}

#imp {
	top:0px;
	float:right;
	margin-right: 40px;
}

#update {
    margin-left: 1em;
}


#imp-title {
    margin-top: 1em;
    margin-left: 2px;
}

#navbar {
    background-color: #ffd000;
    font-family: "Showcard Gothic";
    font-size: 1.4em;
    font-weight: bold;
}

#navbar ul {
    margin: 0;
    padding-left: 40px;
    list-style-type: none;
}

#navbar ul li {    
    display: inline;
}

#navbar ul li a {
    padding-left: 0.3em;
    padding-right: 0.3em;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    line-height: 1.5em;
    text-decoration: none;
    color: black;
    font-weight: bold;	
}

#navbar ul li a:hover {
    background-color: #fec000;
}

#contest {
    padding: 0em 2em;
}

#content {
    background: #fffff6;
}

#content-top {
    height: 20px;
}

#leftcolumn{
    float:left;
    width:150px;
    height: 400px;
    padding: 5px;     
    padding-left: 8px;
}

#leftcolumn a {
    padding: 3px 1px;
    display: block;
    width: 100%;
    text-decoration: none;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid gray;
}

#leftcolumn a:hover {
    background-color: #FEE972;
}

#rightcolumn {
    float:left;
    width:520px;
    height: 400px;
    margin-left: 10px;
    padding: 5px;
    padding-bottom: 8px;
    overflow: scroll;
}

* html #rightcolumn{ /*IE only style*/
    height: 400px; 
}

#title {
    background-color: #ffd000;
    font-family: "Showcard Gothic";
    font-size: 1.4em;
    font-weight: bold;
}


#disp {
    height: 150px;
    padding: 3px 3px 3px 80px;   
    padding-left: 15px;
}

#disp-button {
    display: block;
    margin-left: auto;
    margin-right: 0;
}

#disp a {
    padding: 5px 5px 1px;
    display: block;
    width: 500px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid #C0C0C0;
}

#disp a:hover {
    background-color: #FEE972;
}

#content-main {
    padding: 0em 2em;
}

#content-table {
    padding: 0em 0em;
}


#content-bottom {
    display: table;
    width: 800px;
    height: 20px;
    text-align: center;
    padding-top: 1em;
}

#copyright {
    display: table-cell;
    vertical-align: bottom;
    margin: 0;
    text-align: center;
    font-size: smaller;
}

#footer {
    background-image: url("images/BottomOfPage.jpg"); 
    height: 117px;
    text-align: center;
}

#share {
    display: table-cell;
    vertical-align: top;
    margin: 0;
    margin-left: 20px;
}

.promotion {
    font-family: "Showcard Gothic";
    font-weight: bold; 
    color: black;
    text-align: left;
}

.promotion2 {
    font-family: "Showcard Gothic";
    font-weight: bold; 
    color: black;
    text-align: center;
}
