/* CSS reset from http://www.catswhocode.com/blog/15-techniques-and-tools-for-cross-browser-css-coding */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}


/* Major HTML elements */

hmtl{
     }

body
{

	background-color: #c0c0c0;
	padding:0px;
	margin:0px;
	font-family: 'century gothic','verdana','arial','Helvetica','sans-serif';
	font-size:12px;
	color:#000000;
}
                         
p
{
	margin:0 0 12px 0;
}

a, a:link
{
	color:#68bea9;
	/*font-weight: bold;*/
	text-decoration: none;
} 
    
a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

h1
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	margin: 20px 0 0 0;
	color: #a6e4d5;
}

h2
{
	text-transform: uppercase;
	font-weight: bold;
	margin: 16px 0 0 0;
}

ul
{
	list-style: disc;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}

hr
{
	color:#ff9a9a;
	background-color:#ff9a9a;
	height: 1px;
	width: 100%;
} 

/*--------------------DIVs------------------------------*/

div#leftrail
{
	width: 50%;
	height: 182px;
	background-image:url(images/background.png);
	background-repeat: repeat-x;
	background-position: right top;
	float: left;
}
div#rightrail
{
	width: 50%;
	height: 182px;
	background-image:url(images/background.png);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
}

div.clear
	{
    clear: left;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
	}
	
div#header
	{
	height:230px;
	margin: -1px -400px;
	width: 800px;
	position: absolute;
	left: 50%;
	background-image:url(images/lobsterpig.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor:pointer;
	}
	

div#main
{
	margin: 0 auto;
	width: 980px;
	background-color: #ffffff;
	min-height: 100px;
	padding: 50px 0 20px 0;
}

div#leftcol
{

	width: 200px;
	border-color: #a6e4d5;
	border-width: 5px 0 5px 5px;
	border-style: solid;
	background-color: #ffffff;
	margin: 0 30px 0 30px;
	float: left; 
}

div#leftcol2
{

	width: 200px;
	border-color: #ffffff;
	border-width: 5px 0 5px 5px;
	border-style: solid;
	background-color: #ffffff;
	margin: 0px;
	float: left; 
}

div#centercol
{
	width: 480px;
	border-color: #ff9a9a;
	border-width: 5px;
	border-style: solid;
	background-color: #ffffff;
	float: left; 
	padding: 10px 10px 10px 10px;
}

div#rightcol
{
	width: 170px;
	padding: 0 0 0 30px;
	float: left; 
}

div#hello
{
	position: relative;
	top: -85px;
	left: 40px;
	width: 70px;
	text-transform: lowercase;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
}

div#hello2
{
	position: relative;
	top: -100px;
	left: 40px;
	width: 70px;
	text-transform: lowercase;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
}

div#tate
{
	position: relative;
	top: -10px;
}

div#tate2
{
	position: relative;
	top: -34px;
}

#tate2 img
{
	width: 148px;
	height: 200px;
}

#tate img
{
	width: 148px;
	height: 200px;
}

/*--------------------Menu------------------------------*/

div.menuitem
{
	margin: 5px 0 5px 5px;
	border-color: #000000;
	border-width: 0 0 1px 0;
	border-style: dotted;
	text-align: center;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

a.menulink
{
	color:#000000;
	font-weight: normal;
	text-decoration: none;
}  

a:link.menulink
{
	color:#000000;
	font-weight: normal;
	text-decoration: none;
}

a:hover.menulink
{
	text-decoration: underline;
	cursor: pointer;
} 

div.menuitem-last
{
	margin: 5px 0 5px 5px;
	border-style: none;
	text-align: center;
	text-transform: uppercase;
	color: #c0c0c0;
}

/*--------------------Styles------------------------------*/

img.plain
{
	display: block;
	margin: 0px auto 10px auto;
	height: 285px;
	width: 380px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

img#animated
{
	display: block;
	margin: 0px auto 10px auto;
	height: 285px;
	width: 380px;
	border-style: none;
}

img.inlinepic
{
	display: block;
	margin: 5px auto 5px auto;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

p.spacer
{
	height: 10px;
}

.nomargin
{
	margin: 0 0 0 0;
}

div.leftpic
{
	margin: 3px 10px 10px 0;
	float: left;
}

img.partypic
{
	height: 150px;
	width: 150px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

img.partypicBig
{
	height: 200px;
	width: 150px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

p.details
{
	float:left;
	width: 315px;
}

img.inlineleftpic
{
	display: block;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

ul.leveltwo
{
	list-style: circle;
}
