		body {
background-image: url('vietnam-header.jpg');
background-repeat: no-repeat;
background-position: top, left;
background-color: #BC0309;
			font: small Verdana,Sans-serif;
			text-align: center; 
			line-height: 1.3; 
			padding: 0;
			margin: 0;
		}

		#container {

			top: 182px;
			border-style: solid;
			border-color:#EDB329;
			border-width: medium;
position:absolute; left:50%;
margin-left:-395px;
width: 770px;
			padding: 5px;
			background-color: white;
			text-align: left;
			margin-bottom: 10px;
			padding-bottom: 10px;
		}

		#wrap {
			border: 1px solid #111;
			padding: 0;
		}
		
		#content {
			padding: 5px;
			margin-right: 210px;
		}

		#sidebar-a {
		position:relative;
			float: right;
			width: 200px;
			margin: 0;
			margin-bottom: 10px;
			margin-left: 0;
			padding: 5px;
			font: x-small Verdana,Sans-serif;
			line-height: 1.2;
			background-color: #F0C775;
			border-color: #FFFFFF;
			border-width: thick;
		}

		#footer {
			clear: both;
			background-color:#EDB329;
		}

		blockquote {
			border-top: 1px solid #333;
			border-bottom: 1px solid #333;
			font-style: italic;
		}

		h1 {
			font-variant: all-caps;
			font-size: 225%;
			color: #3D5165;
			font-style: normal;
			line-height: 1;
			margin-bottom: 25px;
		}
		
		h1 span {
			color: #3366CC;
			font-style: italic;
			font-size: 35%;
			font-variant: normal;
		}


		.footer{
			text-align: center;
			font-weight: normal;
			text-transform : uppercase;
			font-size: 85%;
			color: #333;
			line-height: 1;

		}


		#content h2 {
			font-weight: bold;
			font-variant: small-caps;
			font-size: 165%;
			color: black;
			line-height: 0.85;
		}
		
		#content h2 .date {
			font-weight: normal;
			font-variant: small-caps;
			font-size: 50%;
			color: #333;
			line-height: 1;
		}

		#sidebar-a h2{
		        font: 11px arial,sans-serif;
			color: black;
		        font-weight: bold;
		        text-transform: uppercase;
		        padding: 0;
			border-bottom: 1px solid #333;
		}
		

		a:visited, a:link {
			color: #333;
			text-decoration: none;
			border-bottom: 1px dotted #333;
		}

		a:hover {
			color: black;
			text-decoration: none;
			border-bottom: 1px solid black;
		}
              
        h1 a:visited, h1 a:link, h1 a:hover {
			font-variant: small-caps;
			color: #3D5165;
			font-style: normal;
			line-height: 1;
			border-bottom: none;
		}
		
		.day-link {
			text-decoration: underline;
						border-bottom: 1px dotted #333;
		}
			
		td.today {
  			text-align: center;
       		color: blue;
       		background-color: whitesmoke;
     	}
				/* begin nucleus stuff */
		
		.highlight {
			background-color: yellow;
		}
		
		img {
			border: none;
		}

		.skip {
			display: none;
		}

		ul.nobullets {
			list-style: none;
			margin-left: 0px;
			padding-left: 0px;
		}
		
		/* end nucleus stuff */
		
		/* begin forms */
		
		.formbutton {
			margin: 5px;
			color: black;
			font-family: Georgia,Times,Times New Roman,sans-serif;
			background-color: white;
			border-style: solid;
			border-width: 1px;
			border-color: black;
		}
		
		.formfield {
			padding: 2px;
			color: black;
			font-size: small;
			font-family: Georgia,Times,Times New Roman,sans-serif;
			background-color: white;
			border-style: solid;
			border-width: 1px;
			border-color: black;
		}
		
		.searchform {
			text-align: center;
		}
		
		.commentform {
			padding: 10px;
		}
		
		/* end forms */
		
		/* begin comments */
		
		.commentheader {
			font-weight: bold;
		}
		
		.comment {
			padding: 10px;
		}
			
		.commentbody {
			font-size: normal;
		}
			
		.commentinfo {
			font-size: 85%; /* doesn't seem to work */
		}
		
		/* end comments */