@charset "UTF-8";
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { 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 { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* GLOBAL LAYOUT */
#container{
	width: 1360;
		overflow: hidden;
}
#header{
	width: 1360;
	height: 30px;
	background-color: white;
	clear: both;
	top: 0;
	left: 0;
}
 
#name {
	width: 130px;
	/*background-color for reference only*/
	background-color: white;
	text-decoration: underline;
	font: normal small-caps 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 8px;
	left: 0;
	top: 30px;
	position: absolute;
}

#menu1 {
	width: 130px;
	/*background-color for reference only*/
	background-color: white;
	text-decoration: none;
	letter-spacing: .5px;
	left: 130px;
	top: 30px;
	position: absolute;
}

#menu2{
	width:180px;
	/*background-color for reference only*/
	background-color: white;
	text-decoration: none;
	letter-spacing: .5px;
	left: 260px;
	top: 30px;
	position: absolute;
}

#slideshow{
	width: 740px;
	/*background-color for reference only*/
	background-color: transparent;
	text-transform: lowercase;
	letter-spacing: .5px;
	float: right;
	top: 30px;
	left: 440px;
}


/* HTML TAG SETTINGS */
body {
	min-width: 1200px;
	font: 12px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	 
}

h2 {
}

h3 {	 
}

h4 {
}

h5  {
}

p{
}

li {font: 12px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* BUTTONS */
h1 a, a:visited, a:active {
	text-decoration: none;
}

h2 a, a:visited, a:active {
	text-decoration: none;
}

h3 a, a:visited, a:active, h4 a, a:visited, a:active, h5 a, a:visited, a:active {
	text-decoration: none;
}

p a, a:visited, a:active {
	text-decoration: none;
}

ul a, a:visited, a:active {
	text-decoration: none;
}

li a, a:visited, a:active {
	text-decoration: none;
}

 
/* OVER STATES */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, p a:hover, li a:hover {
	text-decoration: underline;
}



