/*------------------------------------*/
/* Global style sheet for Diana North's home page */
/* Revision:	1.7 */
/* Modified:	25-Aug-2009 */
/* Author:		RL Holbrook */
/* Copyright:   2009 */                       
/*------------------------------------*/
/* HTML Element Resets */                       
/*------------------------------------*/

body,
h1, h2, h3, h4, h5, h6,
p,
form {
     padding:0;
     border:0;
     margin:0 0 .5em 0
     }

/*------------------------------------*/
/* HTML Element Definitions */                       
/*------------------------------------*/

body {
	background-color:rgb(0,0,0);
    color:rgb(0,0,0);
    font-family:verdana,arial,"sans serif";
    font-size:15px;
    line-height:1.25
    }

hr {
   width:80%;
   height:0;
   padding:0;
   border-top-width:1px;
   border-top-style:solid;
   border-top-color:rgb(0,0,0);
   margin:1em auto;
   clear:both
   }
   
img {
    padding:0;
    border:0;
    margin:0
    }
    
li {margin:0.25em 0}
    
/*------------------------------------*/
/* Page Elements (ID Selectors) */                       
/*------------------------------------*/

#wrapper {
	width:980px;
	padding:0;
	border-color:rgb(217,217,217);
	border-style:outset;
	border-width:10px;
	margin:0 auto;
	background-color:rgb(255,255,255)
	}

#header {
	width:960px;
	padding:0;
    border:0;
	margin:10px 10px 0px 10px
	}
    
#header img {
            padding:0;
            border:0;
            margin:0
            }
    
#navbar {
	width:920px;
	padding:10px 20px;
    border:0;
	margin:5px 10px 5px 10px;
	color:rgb(255,255,255);
	background-color:rgb(0,0,0);
    font-family:verdana,arial,"sans serif";
    font-weight:bold
	}

#navbar ul {
	padding:0;
	margin:0;
	list-style:none
	}

#navbar li {
	padding:0px 10px;
	margin:0;
	display:inline
	}

#navbar a:link {color:rgb(255,255,255); text-decoration:none}
#navbar a:visited {color:rgb(255,255,255); text-decoration:none}
#navbar a:hover {color:rgb(255,0,0);text-decoration:none}
#navbar a:active {color:rgb(255,0,0);text-decoration:none}
  
#column_left {
	width:600px;
	padding:10px 10px;
    border:0;
	margin:5px 10px;
	background:rgb(255,255,255);
	float:left
	}
    
#column_left h1 {font-family:georgia,times,serif}
#column_left h2 {font-family:georgia,times,serif}
#column_left h3 {font-family:georgia,times,serif}

#column_left h1 {font-size:1.6em}
#column_left h2 {font-size:1.4em}
#column_left h3 {font-size:1.2em}
 
#column_left a:link {color:rgb(0,46,184); text-decoration:none}
#column_left a:visited {color:rgb(0,46,184); text-decoration:none}
#column_left a:hover {color:rgb(184,0,46);text-decoration:underline}
#column_left a:active {color:rgb(184,0,46);text-decoration:none}

#column_right {
	width:295px;
	padding:10px 10px;
	border-color:red;
	border-style:solid;
	border-width:1px;
	margin:5px 10px;
   	background:rgb(242,242,242);
    font-family:"palatino linotype", palatino, serif;
    letter-spacing:0.025em;
	float:right
	}
    
#column_right h1 {font-family:verdana,arial,"sans serif"}
#column_right h2 {font-family:verdana,arial,"sans serif"}
#column_right h3 {font-family:verdana,arial,"sans serif"}

#column_right h1 {font-size:1.4em}
#column_right h2 {font-size:1.2em}
#column_right h3 {font-size:1em}

#column_right hr {border-top-color:rgb(255,0,0)}

#column_right a:link {color:rgb(0,46,184); text-decoration:none}
#column_right a:visited {color:rgb(0,46,184); text-decoration:none}
#column_right a:hover {color:rgb(184,0,46);text-decoration:underline}
#column_right a:active {color:rgb(184,0,46);text-decoration:none}
	
#footer {
	width:920px;
	padding:10px 20px;
    border:0;
	margin:0px 10px 10px 10px;
	color:rgb(255,255,255);
	background-color:rgb(0,0,0);
    font-family:verdana,arial,"sans serif";
    font-weight:bold;
    clear:both
	}

#footer ul {
	padding:0;
	margin:0;
	list-style:none
	}

#footer li {
	padding:0px 10px;
	margin:0;
	display:inline
	}

#footer a:link {color:rgb(255,255,255); text-decoration:none}
#footer a:visited {color:rgb(255,255,255); text-decoration:none}
#footer a:hover {color:rgb(255,0,0);text-decoration:none}
#footer a:active {color:rgb(255,0,0);text-decoration:none}
   
/*------------------------------------*/
/* Other Class Selectors */                       
/*------------------------------------*/	

.right {
       float:right;
       margin:0 0px 10px 10px
       }
 
.left {
      float:left;
      margin:0 10px 10px 0px
      }
 
.center120 {
           width:120px;
           padding:0;
           border:0;
           margin:0 auto 10px auto
           }
      
.center240 {
           width:240px;
           padding:0;
           border:0;
           margin:0 auto 10px auto
           }
           
.center360 {
           width:360px;
           padding:0;
           border:0;
           margin:0 auto 10px auto
           }
           
.center480 {
           width:480px;
           padding:0;
           border:0;
           margin:0 auto 10px auto
           }
           
.center540 {
           width:540px;
           padding:0;
           border:0;
           margin:0 auto 10px auto
           }


