body
{
	margin-top : 0px;
	margin-left : 10%;
	margin-right: 10%;
	background-color : #68699f;
}

a:link    {color:brown;}
a:visited {color:yellow;}

div#styleswapToolBar
{
   background-color   : #68699f;
   border             : 4px;
   border-top-style   : solid;
   border-left-style  : solid;
   border-right-style : solid;
   border-color       : #68699f;
   float              : right;
}

div#resume
{
	background-image:url('parchment.gif');
	background-repeat : repeat-y;
	height            : 1200px;
	height            : 1200px;
	width             : 782px;
}

div#info
{
	background-image  : url('parchmenttop.gif');
	background-repeat : no-repeat;
	/*font-family : "Preciosa";
	font-family : "Immortal"; */
	font-family : "Fanjofey AH";
	font-size   : 12pt;
}

#education
{
	background-image    : url('parchmentbottom.gif');
	background-repeat   : no-repeat;
	background-position : bottom left;
	width             : 782px;
	/*min-height : 100%; */
}

#name, #address, #contact, #summary, .heading, .content
{
	margin-left  : 25px;
	margin-right : 25px;
}

#name
{
	padding-top : 15px;
	font-size   : 50pt;
	text-align  : center;
}

#address, #contact
{
	font-size : 18pt;
	/*text-align : right; */
	/*width : 389px; */
	width : 339px;
	width : 320px;
	float : left;
}

#contact
{
	text-align : right;
} 

#summary
{
	font-size : 20pt;
	text-align : center;
	/*border-top-style    : solid;
	border-top-width    : 1px; */
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-color:black;
	float :left;
	
} /* end of info tag */


#profile, #expertise, #technical, #career, #education
{
	padding-top : 10px;
	float : left; 
	/*border : 1px;
	border-style : solid;
	border-color : white; */
}

#profile
{
	/*width : 400px; */
	width : 300px;
	/*background-color : red; */
}

#expertise
{
	/*width : 400px; */
	/*background-color : blue; */
	width : 450px;
}

#technical
{
	/*width : 300px; */
	/*background-color : yellow; */
	width : 450px;
}

.heading
{
	font-size : 20pt;
	font-family : "Fanjofey AH", serif;
}

.sub_heading
{
	padding-top : 10px;
	font-size : 14pt;
	/* font-weight : bold; */
}

.content
{
	font-family : serif;
	font-size : 12pt;
}

.sub_content
{
	font-size : 12pt;
	font-weight : normal;
}



