#wrapper, #top-menu {

  margin-left: auto ;
  margin-right: auto ;

}

/* Styling the navigation bar links*/

#menu1 {display:none;}

#top-menu ul {
margin: 0; padding: 0; 
list-style-type: none; 
list-style-image: none;
}

#top-menu li {
display: inline;
}

#top-menu ul li a {
text-decoration:none; 
margin: 4px;  
font-size: 10pt;
font-family: verdana,tahoma,arial,sans-serif;
padding: 5px 20px 5px 20px; 
color: #770C28;
}

#top-menu ul li a:hover {
color: #E0601F;
}
	
/* Makes the whole layout full width*/
#layout{width:100%;}

/* Styling the navigation bar*/
#top-menu ul{
background-color: #FFFFFF;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #D8D8D8;
height: 20px;
padding-top: 5px;
padding-bottom: 5px;
}

/* Styling the Widget Column*/
a:link, a:visited, a:hover{
text-decoration: none;
colour: white;
}
#left, #middle, #right {
vertical-align: top;
}
#left {
font-size: 9pt;
line-height: 13pt;
}
#right {
font-size: 9pt;
line-height: 13pt;
}

#middle a:link {
text-decoration: underline;
color: #666666;
}

#middle a:visited {
text-decoration: underline;
color: #0091D1;
}

#middle a:hover {
text-decoration: underline;
color: #0091D1;
}

/* Styling Widget Links*/
.widget ul li a:link, .widget ul li a:visited, .widget ul li a:active {
border-left:0px solid #CCCCCC;
color:#666666;
font-weight:normal;
padding:0 0 0 0px;
}

/* Padding Between Widgets*/
div.widget {
margin:0 0 20px;
}

/* Left Padding on List Items In Widgets*/
ul {
padding-left: 13px;
}

h3 {
font-weight: bold;
color: #770C28;
}

h2 {
font-size: 18pt;
font-weight: normal;
color: #770C28;
}

.quotescollection_randomquote q {
font-size: 14pt;
line-height: 18pt;
font-style: italic;
color: #0091D1;
}

/*Styling the Post Title*/
div.post-headline h2 {
font-size: 16pt;
line-height: 18pt;
}
div.post-headline h2 a:link {
font-size: 16pt;
line-height: 18pt;
text-decoration: none;
}
div.post-headline h2 a:hover {
font-size: 16pt;
line-height: 18pt;
text-decoration: none;
}