﻿body {
	margin: 0px;
	background-color: #000000;
}
#head {
	background-image: url('../images/blackstripe.jpg');
	background-repeat: repeat-x;
	border-bottom-style: ridge;
	border-width: 4px;
	border-color: #C0C0C0;
	height: 55px;
}
#logo {
	background-image: url('../images/mycocktailmasterclasslogo1.png');
	height: 40px;
	width: 500px;
	background-repeat: no-repeat;
	background-position: 30px 0px;
}
#top_link {
	font-family: "trebuchet MS";
	background-image: url('../images/bluestripe.jpg');
	background-repeat: repeat-x;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
	height: 20px;
	color: #FFFFFF;
	font-size: small;
}
#top_right_links {
	font-family: "trebuchet MS";
	font-size: small;
	color: #FFFFFF;
	height: 25px;
	text-align: right;
	margin: 0px 10px 0px 0px;
}
#container {
	background-color: #000066;
	width: 800px;
	margin: 0px auto 0px auto;
	border-color: #5BABE3;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
#left_col_in_container {
	border-width: 1px;
	border-color: #6EB5D5;
	margin: auto auto auto 10px;
	width: 200px;
	float: left;
}
#right_col_in_container {
	padding: 10px;
	border: 1px solid #6EB5D5;
	margin: auto 10px auto 215px;
}
#bottom_links {
	font-family: "trebuchet MS";
	color: #FFFFFF;
	font-size: small;
	background-image: url('../images/blackstripe.jpg');
	margin: 0px auto 0px auto;
	height: 35px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: #666666;
	text-align: center;
	vertical-align: middle;
	clear: both;
}
h1 {
	font-family: "trebuchet MS";
	font-size: x-large;
	color: #FFFFFF;
	margin: 0px;
}
#left_col_in_rightCol {
	width: 150px;
	height: 150px;
	float: left;
	padding: 2px;
}
#right_in_right_col {
	margin: 0px 0px 0px 160px;
	height: 150px;
	padding: 2px;
}
#L_in_R_R_Col {
	float: left;
	width: 150px;
	height: 150px;
}
#R_in_R_R_Col {
	margin: 0px 0px 0px 155px;
	height: 150px;
}
#content {
	padding: 5px;
	font-family: "trebuchet MS";
	font-size: small;
	color: #FFFFFF;
	background-color: #000000;
	border: 2px double #FFFFFF;
	margin-top: 10px;
	text-align: justify;
}

h2 {
	font-family: "trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
p {
	font-family: "trebuchet MS";
	font-size: small;
	color: #FFFFFF;
	margin: 0px;
}


