/* Edinburgh Central Apartments Website */
/* ############################################################## */
/* ###################### main stuff first  ##################### */
/* ############################################################## */

body {
	margin: 0;
	padding: 0;
	font-size:1em;
	text-align: center;
	color: #333333;
	background: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	}
	
a {text-decoration: underlined;}

a:link {color: #0000FF;}

a:visited {color: #6699CC;}

p {color: #333333;}

a:hover {text-decoration: underline;}



	#frame {
		width:700px;
		margin-right:auto;
		margin-left:auto;
		margin-top:1em;
		margin-bottom:0em;
		padding:0px;
		text-align:left;
		border: 3px solid #999;
		border-bottom:none;

		}

	#header {
		width:700px;
		height:93px;
		background-image: url(../images/header.jpg);
		background-repeat:no-repeat;
		margin:0px;
		padding:0px;
	}

	#header h1 {
        visibility:hidden;
	}

    #rightbar {
		background-image:url(../images/rightbar.jpg);
		background-repeat:repeat-y;
		float:right;
		width:72px;
	}
	
	#navigation {
		background-image:url(/images/footer_bg.jpg);
		background-repeat:repeat-y;
		width:700px;
		float:left;
		background-color:#FFFFFF;
		font-size:0.7em;
		font-weight:bold;
		text-indent: 0;		
	}
	
	#navigation ul {
	    text-align:left;
	    list-style:none;
		width:628px;
		margin:0px;
		padding:0px;
		padding-top:0.3em;
		padding-bottom:0.3em;
		border-bottom: 1px solid #ccc;
		border-top: 2px solid #ccc;
		}

	#navigation li {
		display:inline;
	    margin:0.1em 1.6em 0.1em 25px;
		font-size:1em;
	}

	#navigation a {
	    text-decoration:none;
		color:#333333;
	}
	
	#navigation a:hover {
	    text-decoration:underline;
	}

	#leftnav {
		float:left;
		width:180px;
	}
	

	#leftnav ul {
		padding-left:0em;
		margin-top:0.75em;
		margin-left:0.5em;
	}
	
	#leftnav li{
		background-color: #eee;
		list-style:none;
		margin-bottom:0.75em;
		padding-top:0.1em;
		padding-bottom:0.1em;
		padding-left:0.5em;
		font-weight:bold;
		font-size:0.7em;
	}
	
	#leftnav li a {
		text-decoration:none;
		color:#333333;
	}

	#leftnav li a:hover {
		text-decoration: underline;
	}
	
	#leftnav .submenu {
	background-color:#FFFFFF;}
	
	#content {
		background-image:url(../images/rightbar.jpg);
		background-repeat:repeat-y;
		background-position:right;
   		width:700px;
		background-color:#fff;
		margin-top:0em;
	}

	
	#text {
		float:left;
		width:420px;
	}

	
	#text p, li {
		margin-left:1em;
		font-size:0.8em;
		margin-right:1em;
	}
	
	#text ul li {
		margin-left:0em;
		padding-left:0em;
	}	

	#text h1 {
		margin-left:1em;
		padding-top:0.5em;
		margin-top:0em;
		margin-bottom:0;
		padding-bottom:0em;
		font-size:0.9em;
		font-weight:bold;
		margin-right:1em;
	}
	
	#text h1 a {
	color:#0000FF; }

	#text h2 {
		margin-left:2.5em;
		margin-top:1em;
		font-size:0.8em;
		font-weight:bold;
	}

	#text a {
		text-decoration:underline;
	}

	#footer {
		background-image:url(../images/footer_bg.jpg); 
		background-repeat:no-repeat;
		height:22px;
		width:700px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0em;
		margin-bottom:1em;
		padding:0px;
		text-align:left;
		font-size:0.85em;
		font-weight:normal;
		border: 3px solid #999;
		border-top:none;
		color: #333333;
		font-weight:bold;
		}
	

	#footer ul {
	    text-align: left;
	    list-style:none;
		width:508px;
		margin:0px;
		padding:0px;
		padding-top:0.4em;
	}

	#footer li {
		display:inline;
	    margin:0.1em 1em 0.1em 1em;
	}
		
	.cv { 
		float:right;
		margin-right:0.5em;
		margin-bottom:1em;
	}