html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
font-size:80%; /*set default font size */
font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow:auto; /*get rid of scroll bars in IE */
/* */
}

body {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
overflow:auto; 
text-align: center;
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
color: #FFF;
background-color: #fff;
}


#screen {
background-color: #fff;
position: relative;
width: 1010px;
text-align: left;
margin-left: auto; 
margin-right: auto;
border: 0px solid #000000;
}

#header {
width: 100%;
height: 100px;
border: 0px solid;
}

#header img {
float: right;
border: none;
}

#pagetitle {
width: 100%;
height: 111px;
border: 0px solid;
}

#content {
float: left;
margin-top: 5px;
margin-left: 22px;
width: 796px;
border: 0px solid #f0f;
}

#content p {
font-family: verdana, arial, sans-serif;
font-size: 13px;
text-align: justify;
}

#content p a{
text-decoration: underline;
color: #565151;
font-weight: bold;
}


#blogtitle{
font-weight: bold;
font-size: 25px;
width: 500px;
color: #000;
}

.subtitle {
font-size: 18px;
font-weight: bold;
margin: 15px;
width: 500px;
color: #9E1F63;
}

.article {
clear:both;
position:relative;
width: 100%;
margin-top: 10px;
border: 0px solid;
}

.articlepics {
clear: right;
float: right;
margin-top: 20px;
margin-bottom: 0px;
margin-left: 10px;
width: 269px;
border: 0px solid;
}
  
.articlepictext {
clear: right;
float: right;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 10px;
width: 269px;
border: 0px;
}
  
.articletext {
width: 500px;
border: 0px solid;
}

.articletextgreybox {
width: 500px;
border: 2px solid grey;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}

.linkboxdiv {
margin-left: auto;
margin-right: auto;
text-align:center;
}


#menu {
float: left;
margin-top: 40px;
padding: 0;
border: solid 0px #040404;
font-size: 14px;
font-weight: bold;
width: 184px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu li {
list-style: none;
margin: 0;
padding: 8px 0px 8px 0px;
}

#menu a:link, #menu a:visited {
color: #FFF;
text-decoration: none; 
}

#menu a:hover {
color: #CCC;
}



.clear {
clear: both;
}

.right {
float: right;
width: 269px;
}

.martinn {
margin: 0px;
padding: 0px;
display: inline;
}










.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
}
a:link {
	color: #990066;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #9900FF;
	text-decoration: underline;
}
a:active {
	color: #9933FF;
	text-decoration: none;
}
.style3 {font-size: 10px}

.quote {
	color: #990066;
	font-size: 12px;
	font-style: italic;
}