/*Reset Stylesheet */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif; font-size: 15px; line-height: 18px;
}
body{background:url(images/bg.jpg);}
#header{margin:0 auto; width:986px;}
#container{margin:0 auto; width:986px; border:1px #ccc solid; margin-top:20px; padding:0; background:#fff;}
#nav {
background: #9dccfc;
height: 50px;
width: 1016px;
position: relative;
left: -15px;
top: 10px;
float: left;
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
z-index: 100;
margin-bottom:10px;
}
#nav ul li {
	display:inline-block;
	padding:15px 25px;;
}

#nav ul li a{color:white; text-decoration:none;}

.triangle-l {
	border-color: transparent #cee5fd transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 45px;
	z-index: -1; /* displayed under bubble */
}

.triangle-r {
	border-color: transparent transparent transparent #cee5fd;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 986px;
	top: 15px;
	z-index: -1; /* displayed under bubble */
}