@charset "UTF-8";
/* CSS Document */

body,
	html
	{
	  font-variant: small-caps;
	  text-transform: uppercase;
	  background-image: url('img/bg.gif');
      background-repeat: repeat-x repeat-y;
      margin: 0px;
      padding: 0px;
      align: left;
      font-family: sans-serif;
      font-size: 12px;
      color: #0000ff;
	}
	
	body
	{
		min-width:750px;
	}
	
	img {
    border: 0px;
    }
	
	a:link{ 
    color: #0000ff;
	text-decoration: none;
	border: none;
    }
	
    a:visited{ 
    color: #0000ff;
	text-decoration: none;
	border: none;
    }

    a:hover{ 
    color: #0000ff;
	text-decoration: none;
	border: none;
    }
	
	
	#wrap
	{
		background:#0000cc;
		margin:0 auto;
		width:750px;
	}
	
	#header
	{
		background:#0000ff;
		padding:0px;
	    margin:0;
	}
	
	#header h1
	{
    	padding:0px;
	    margin:0;
    }
	
	#nav 
	{
		background:#0000ff;
		margin:0px;
		text-align: center;
	}
	
	#nav ul
	{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#nav li
	{
		display:inline;
		margin:0;
		padding:0;
	}
	
	#main 
	{
		background:#000068;
		float:left;
		width:530px;
	}
	
	#main h1
	{
		margin:0px 0px 0px 0px;
		padding:20px 0px 10px 20px;
	}
	 
	#main p
	{
		margin:0px 0px 0px 0px;
		padding:10px 20px 20px 20px;
	}
	
	#sidebar 
	{
		background:#0000cc;
		float:right;
		width:200px;
		font-size: 14px;
		padding:10px 10px 10px 0px;
	}
	
	#sidebar ul 
	{
		padding:10px 0 0 8px;
		margin:0;
		list-style-type:none;

    }
	
	#sidebar a, #sidebar a:visited  
	{
	    color: #000068;
	    text-decoration: none

    }
	
	#sidebar a:hover  
	{
	    color: #0000ff;
	    text-decoration: none

    }

	
	#footer 
	{
		color: #0000ff;
		background:#000068;
		text-align: center;
		clear:both;
	}
	
	#footer p 
	{
		padding:5px;
		margin:0;
    }
	
	.thumbnails 
	{
		padding:0px 0px 0px 0px;
		margin:18px 0px 0px 18px;
		float:left;
		width:110px;
		height: 130px;
		text-align: center;
    }
	
	a:link.thumbnails { 
    color: #0000ff;
	text-decoration: none;
	border: none;
    }
	
    a:visited.thumbnails { 
    color: #0000ff;
	text-decoration: none;
	border: none;
    }

    a:hover.thumbnails { 
    color: #0000ff;
	text-decoration: none;
	border: none;
    }
	
