/*mystyle.css*/

body			{
	width: 1000px;
	text-align: center;
	font-family: sans-serif;
	font-size: smaller;
	color: #686868;
	margin-left: auto;
	margin-right: auto;
}

h3 			{
	text-align: center;
	font-family: sans-serif;
	font-size: 60%;
	color: #808080;
}

img			{
	border: 0px none;
}

:link img	{
	border: 0px none;
}

a				{
	text-decoration: none;
	color: #686868;
}

a:hover			{
	color: #808080;
}

#my-slides	{
	display: block;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

#menu		{
	position: absolute;
	top: 10px;
	right: 10px;
}

#bottombar {
	position: absolute;
	bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

#cv		{
	width: 500px;
	display: block;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}


#cv1	{
	float: left;
	width: 220px;
}

#cv2	{
	float: right;
	width: 220px;
}
.story {
	text-align: left;
	font-size: 1.2em; /*making the text a bit bigger for page bodies*/
	width: 760px;
	background: white;
	padding: 5px;
	} 

.text
	{
    text-align: left;
    margin:0pt auto;
	width: 650px;
	}




	
