body {
	font-family: Rockwell, Tahoma, Arial, Helvetica, serif;
	font-size: 14px;
	font-weight: normal;
	background-color: pink;
	color: black;
	text-align: center;
}

#top_content {
    position: relative;
    text-align: center;
    width: 940px;
    height: 205px;
    margin: auto;
    padding: 0px 0px 0px 0px;
	background-color: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#top_content p {
    text-align: right;
}

#top_content a:link { font-size: 12px; color: black; text-decoration: none; }
#top_content a:visited { font-size: 12px; color: black; text-decoration: none; }
#top_content a:active { font-size: 12px; color: black; text-decoration: none; }
#top_content a:hover { font-size: 12px; color: rgb(132,188,29); text-decoration: underline; }

#top_menu {
    font-size: 14px;
    font-weight: normal;
    position: relative;
    text-align: center;
    vertical-align: center;
    top: 0px;
    left: 0px;
    width: 940px;
    height: 30px;
    margin: auto;
    padding: 3px 0px 0px 0px;
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#top_menu a:link { color: rgb(199,6,99); text-decoration: none; }
#top_menu a:visited { color: rgb(199,6,99); text-decoration: none; }
#top_menu a:active { color: rgb(199,6,99); text-decoration: none; }
#top_menu a:hover { color: rgb(132,188,29); text-decoration: none; }

#main_content {
	font-size: 14px;
	font-weight: normal;
    position: relative;
    text-align: center;
    vertical-align: center;
    top: 0px;
    left: 0px;
    width: 940px;
    margin: auto;
    padding: 0px 0px 0px 0px;
    background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#main_content h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid black;
    color: rgb(132,188,29);
}

#main_content h2 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid black;
    color: rgb(132,188,29);
}

#main_content a:link { font-size: 14px; color: rgb(199,6,99); text-decoration: underline; }
#main_content a:visited { font-size: 14px; color: rgb(199,6,99); text-decoration: underline; }
#main_content a:active { font-size: 14px; color: rgb(199,6,99); text-decoration: underline; }
#main_content a:hover { font-size: 14px; color: black; text-decoration: none; }

.product_link a:link { font-size: 10px; color: rgb(199,6,99); text-decoration: underline; }
.product_link a:visited { font-size: 10px; color: rgb(199,6,99); text-decoration: underline; }
.product_link a:active { font-size: 10px; color: rgb(199,6,99); text-decoration: underline; }
.product_link a:hover { font-size: 10px; color: black; text-decoration: none; }

#bottom_content {
    position: relative;
    text-align: center;
    width: 940px;
    margin: auto;
    padding: 5px 0px 0px 0px;
    margin-top: 10px;
}

