@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- All browsers */

body {
	min-height:100%;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
        font-weidht:bold;
	line-height:16px;
	letter-spacing:;
        background-color: #01557a;
        color: #fff;

}

p{}

a:link {color:#fff; text-decoration: none }
a:active {color:#fff; text-decoration: none }
a:visted {color:#fff; text-decoration: none }
a:hover {color:#000; text-decoration: none }

h1,h2,h3,h4{}
h1{}
h2{}
h3{}
h4{}


/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }
