/* HTML5 Reset*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }



/**
 * FONT NORMALISING
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing: */
pre, code, kbd, samp { font-family: monospace, sans-serif; }



/**
 * THE BASICS
 */


/* Force scrollbar in non-IE */
html { overflow-y: scroll; }


/* Tidy up focus  */
a, a:hover, a:active { outline: none; }


/* De-reset some list resets */
ul, ol { margin:0; padding:0; list-style-type:none; }

ol { list-style-type: decimal; }


/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }


small { font-size: 85%; }

strong, th { font-weight: bold; }

td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

pre {
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; }

.ie6 legend, .ie7 legend { margin-left: -7px; } 


/* Correctly align checkboxes, radios, text inputs with label */
input[type="radio"] { vertical-align: text-bottom; }

input[type="checkbox"] { vertical-align: bottom; }

.ie7 input[type="checkbox"] { vertical-align: baseline; }

.ie6 input { vertical-align: text-bottom; }


/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }


/* Fix Webkit browser 2px margin around form elements */
button, input, select, textarea { margin: 0; }


/* Standardise text selection */
::-moz-selection{ background: #444; color:#fff; text-shadow: none; }

::selection { background:#444; color:#fff; text-shadow: none; }


/* Highlight colour for webkit on-tap */
a:link { -webkit-tap-highlight-color: #FF5E99; }


/* Make buttons play nice in IE */
button {  width: auto; overflow: visible; }


/* force bicubic resizing for on-page sized IMG  */
.ie7 img { -ms-interpolation-mode: bicubic; }


/**
 * INITIAL STYLES
 */

body, select, input, textarea {
  color: #383B64;
  /* Set base font here */

}


h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1, h2, h3, h4, h5, h6, p { margin: 0 0 0.7em 0;}

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

a:hover { color: ; }



/**
 * ADDITIONAL HELPERS
 */
 
 
/* image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }


/* Hide for both screenreaders and browsers */
.hidden { display: none; visibility: hidden; }


/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }


/* Clearing, with margin-collapse on child elements fixed */
   
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }


/* Repeating gridded elements (e.g photo galleries) without need for clearing. Adjust w, h, m & p accordingly */

.repeat {
		padding:10px;
		margin:10px;
		width: ;
		min-height: 100px;
        _height: 100px;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align:top;
        zoom: 1;
        *display: inline; }
        
 
 /* Starting points for rounded corners and drop-shadows. Adjust accordingly */
        
 .round {
 		-webkit-border-radius: 6px;
	    -moz-border-radius: 6px;
		-o-border-radius: 6px;
    	border-radius: 6px;
 }
 
 .shadow {
		-moz-box-shadow: 2px 2px 5px #888;
        -webkit-box-shadow: 2px 2px 5px #888;
        box-shadow: 2px 2px 5px #888;
		-o-box-shadow: 2px 2px 5px #888;
 }

/* end reset */

body {
	font-family: Arial, Helvetica, sans-serif;
	background:transparent url(../images/navy_damask.jpg) repeat 0px 0px;
	margin:0;
	padding:0;
	
}
p{
	margin:0px; 
	padding:4px 0px;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	}
h2{
font-size:24px;
}
#wrapper{
	width:820px;
	margin:10px  auto;
	background-color:#FCFFEA; 
	border:1px solid #383B64;;
	} 
#content{
	width:414px; 
	
	margin:50px auto;
	}
 	  
#header{
}	


#nav {
	clear:both;
	margin:15px 0px 0px 10px;
	}
#nav ul li{
    display:inline;
	}
#nav ul li a{
	padding:0px 25px ;
	}	

#footer{
}
#footer p{
}
#footer a{
}